Module: data
This package defines handles associated with the data structures defined in boduch.data.
Classes
HandleHashGet
Handle that actually gets the specified item from the hash.
HandleHashPop
Handle that actually pops the specified item from the hash.
HandleHashPush
Handle that actually places the data onto the hash in response to the EventHashPush event.
HandleSetGet
Handle that actually gets the specified element from the set object at the specified index.
HandleSetPush
Handle that actually places the data onto the set in response to the EventSetPush event.
HandleSetSet
Handle the actually updates the set data at the specified index.
HandleSetSort
Handle that actually sorts the data in response to the EventSetSort event.