|
Class Summary |
| Args |
|
| Base64 |
Encodes and decodes to and from Base64 notation. |
| Base64.InputStream |
A Base64.InputStream will read data from another
java.io.InputStream, given in the constructor,
and encode/decode to/from Base64 notation on the fly. |
| Base64.OutputStream |
A Base64.OutputStream will write data to another
java.io.OutputStream, given in the constructor,
and encode/decode to/from Base64 notation on the fly. |
| ByteBufferPool |
|
| CircularList<T> |
|
| CollectionEnumeration<E> |
|
| Config |
|
| CustomHashMap<K,V> |
|
| CustomHashMap.Entry<K,V> |
|
| FastQueue<T> |
|
| FastStack<T> |
|
| Hash |
|
| HtmlEscape |
|
| IdentitySet<T> |
|
| JSON |
Helper methods for JSON serialization and de-serialization |
| JSONParser |
Parser for JSON objects. |
| MapEntryImpl<K,V> |
|
| MyAsserts |
|
| OptionMap |
|
| OrderedSet<T> |
|
| Pair<A,B> |
|
| SimplePool<T> |
|
| SimpleStack<T> |
|
| Strftime |
Converts dates to strings using the same format specifiers as strftime
Note: This does not mimic strftime perfectly. |
| StringBuilderPool |
|
| StringMap<T> |
|
| StringParseUtil |
|
| StringUtil |
|
| TestCase |
|
| TestCase.Result |
|
| TestCase.Test |
|
| TestNGListener |
|
| ThreadPool<T> |
|
| ThreadUtil |
|
| TimeConstants |
|
| UniqueList<T> |
|
| UpdateManager |
|
| UpdateManager.UpdateThing |
|
| UpdateManager.UpdateThread |
|
| Util |
Misc utility helpers. |
| WeakBag<T> |
if its not obvious what a weak bag should do, then, well... |
| WeakValueMap<K,V> |
|
| XSON |
XSON (XML Serialized 'ocument Notation) - XML |