Modifier and Type | Interface and Description |
---|---|
public interface | Matchable
Provides the ability for an object to match a subset of a group of other objects. |
public interface | Operator
Provides an interface for an operator that operates on a range of objects E.g in a cache. |
Modifier and Type | Class and Description |
---|---|
public class | ByteArray
ByteArray wraps java byte arrays (byte[]) to allow byte arrays to be used as keys in hashtables. |
public class | DoubleProperties
A properties object that links two independent properties together. |
public abstract class | IdUtil
Utility class for parsing and producing string representations of ids. |
public class | InterruptDetectedException
An exception used to pass a specific "error code" through various layers of software. |
public class | InterruptStatus
Static methods to save and retrieve information about a (session) thread's interrupt status flag. |
public class | JBitSet
JBitSet is a wrapper class for BitSet. |
public class | |
public class | StringUtil
A set of public static methods for dealing with Strings |
public class | UTF8Util
Utility methods for handling UTF-8 encoded byte streams. |