net.sourceforge.groboutils.util.datastruct.v1 |
net.sourceforge.groboutils.util.datastruct.v1
Various unusual or very helpful data structures, written like the
collections classes.
|
Java Source File Name | Type | Comment |
HashCache.java | Class | Stores objects that are created via a unique key in a limited-sized
cache. |
HashCacheUTest.java | Class | |
NoRegisteredComponentException.java | Class | Exception which is generated when a request to get a component from a
PathRegistry when the path/component has not been registered. |
ObjectCache.java | Class | An object cache which allows for objects to be added and removed.
If the cache is empty when an object is requested, the object type
is created and returned. |
ObjectCacheUTest.java | Class | |
PathAlreadyRegisteredException.java | Class | Exception which is generated when an attempt has been made to register
a new path in a PathRegistry instance when it already has been
registered. |
PathRegistry.java | Class | A path-tree registry for storing and retrieving objects. |
PathRegistryUTest.java | Class | |
SynchQueue.java | Class | A Queue optimized for synchronized access. |
SynchQueueUTest.java | Class | Changes made for 0.9.1:
- Added a new test to check the size of the queue during the
threaded part.
|