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.
|
| BigIntegers.Cache | |
| Bytes |
Utility methods and constants for bytes.
|
| Characters | |
| CollectionStore |
A simple collection backed store.
|
| Doubles | |
| Exceptions | |
| 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 |
Utility methods and constants for 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 |