Interface | Description |
---|---|
Encodable |
Interface implemented by objects that can be converted into byte arrays.
|
ExceptionInfo | |
Iterable |
Utility class to allow use of Iterable feature in JDK 1.5+
|
Memoable |
Interface for Memoable objects.
|
Selector | |
Store | |
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 | |
Integers | |
IPAddress |
Utility methods for processing String objects containing IP addresses.
|
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 |
---|---|
BCIllegalStateException | |
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.
|