|
Class Summary |
| BucketizedHashtable |
This class implements bucketize hashtable, which subdivide the key
collection stored into several hashtables (buckets) of smaller size. |
| DoubleLinkedList |
This class defines a thread-safe double linked-list. |
| JavaTypeHelper |
This is a helper class which provides some basic java type convenience
methods: extraction of a package from a fully qualified class name,
extraction of a short (non-qualified) name from a fully qualified class
name, and various wrapper and primitive type methods. |
| LogHelperUtility |
LogHelper for utility package. |
| MergedBundle |
Special resource bundle which delegates to two others. |
| NullSemaphore |
Implements a simple semaphore that does not do any
semaphore-ing. |
| ParameterInfo |
|
| SemaphoreImpl |
Implements a simple semaphore. |
| StringHelper |
NOTE: These utilities have been moved from another (more specific
package's) utility class so that more classes can have access to them. |
| WeakHashSet |
A weak HashSet. |
| WeakValueHashMap |
A WeakValueHashMap is implemented as a HashMap that maps keys to
WeakValues. |