|
Class Summary |
| ByteArrayUtil |
Byte array manipulation methods. |
| CheckedIdGenerator |
This IDGenerator returns an ID unique across all Java virtual machines with a very high probability. |
| CopyUtil |
Various static utility methods for copying objects. |
| DateComparator |
Comparator for the date object. |
| ExpirationHashtable |
This is an implementation of a simple hashtable which removes its elements after a given timeout period. |
| NamedObjectCollectionUtil |
Static utilitiy methods for managing collections of NamedObject objects. |
| OrderedMap |
Ordered map is a map which keeps the order of the incoming elements. |
| PrimitiveArray |
Contains an array of a primitive data type, which is
specified by the set method and provides methods to access
this array easily. |
| SizeRestrictedQueue |
This class implements a queue that is restricted in size. |
| SortingArrayList |
Array list that sorts its contents. |
| ToStringHelper |
Helper class for convenient implementation of toString methods. |
| UUIDGenerator |
UUID generator. |
| WeakArrayList |
A weak list works pretty identical to the java.util.ArrayList class except that
it usually refers its elements using a weak reference. |