| Class | Description |
|---|---|
| Base64 | |
| ByteArray |
A converter class used to read primitive datatypes from, or write them to, a
bytearray, starting at position index.
|
| CachedObject<V> |
An object with a timeout.
|
| CacheMap<K,V> |
Timeout version of a
HashMap. |
| ClassLoaderUtil |
Utility class for handling common class loading cases, like wrapping external
libraries in the correct context class loader.
|
| Compare | |
| Dict |
Utility methods for dealing with dictionaries.
|
| Lists | |
| Queue |
The
Queue class represents a first-in-first-out (FIFO)
queue of objects. |
| Semaphore |
The
Semaphore class handles synchronization and waiting for
values. |
| Text |
Misc static text utility methods.
|
| Text.AttributeTokenizer |
Class for tokenize an attribute string.
|
| Timer |
Misc static timer utility methods.
|