Package net.groboclown.util.datastruct.v1

Various unusual or very helpful data structures, written like the collections classes.

See:
          Description

Interface Summary
ObjectCache.ObjectCreator An interface which needs to be implemented and given to the cache in order to create new instances.
 

Class Summary
ObjectCache An object cache which allows for objects to be added and removed.
PathRegistry A path-tree registry for storing and retrieving objects.
SynchQueue A Queue optimized for synchronized access.
SynchQueue.ListElement Inner class to maintain the list's objects, and a next pointer.
 

Exception Summary
NoRegisteredComponentException Exception which is generated when
PathAlreadyRegisteredException Exception which is generated when
 

Package net.groboclown.util.datastruct.v1 Description

Various unusual or very helpful data structures, written like the collections classes.



Written under the LGPL