See: Description
| Interface | Description |
|---|---|
| Encodable |
Interface implemented by objects that can be converted into byte arrays.
|
| Iterable |
Utility class to allow use of Iterable feature in JDK 1.5+
|
| Memoable |
Interface for Memoable objects.
|
| Selector | |
| Store | |
| StreamParser | |
| StringList |
| Class | Description |
|---|---|
| Arrays |
General array utilities.
|
| Arrays.Iterator |
Iterator backed by a specific array.
|
| BigIntegers |
BigInteger utilities.
|
| CollectionStore |
A simple collection backed store.
|
| Fingerprint |
Basic 20 byte finger print class.
|
| Integers | |
| IPAddress |
Utility methods for processing String objects containing IP addresses.
|
| Longs | |
| Objects | |
| Pack |
Utility methods for converting byte arrays into ints and longs, and back again.
|
| Properties |
Utility method for accessing system properties.
|
| Shorts | |
| Strings | |
| Times |
| Exception | Description |
|---|---|
| MemoableResetException |
Exception to be thrown on a failure to reset an object implementing Memoable.
|
| StoreException |
Exception thrown if there's an issue doing a match in store.
|
| StreamParsingException |