See: Description
| Interface | Description |
|---|---|
| Encodable |
Interface implemented by objects that can be converted into byte arrays.
|
| Iterable<T> |
Utility class to allow use of Iterable feature in JDK 1.5+
|
| Memoable | |
| Selector<T> | |
| Store<T> | |
| StreamParser | |
| StringList |
| Class | Description |
|---|---|
| Arrays |
General array utilities.
|
| Arrays.Iterator<T> |
Iterator backed by a specific array.
|
| BigIntegers |
BigInteger utilities.
|
| CollectionStore<T> |
A simple collection backed store.
|
| Integers | |
| IPAddress | |
| Pack | |
| Shorts | |
| Strings | |
| Times |
| Exception | Description |
|---|---|
| MemoableResetException |
Exception to be thrown on a failure to reset an object implementing Memoable.
|
| StoreException | |
| StreamParsingException |