Class | Description |
---|---|
AntlrBitSet |
Creates a BitSet to replace BitSet.
|
BoundedExecutor |
Limits the number of threads to run at one time when running more tasks than there are cores
|
Converter |
Converts between bits, bytes, and hex
|
ExceptionHandler |
Prints exception messages and stack traces before calling
System.exit(-1) |
FileLister |
Creates a list of files in a directory and allows iteration over all and parts of this list
|
ObjectBuilder |
Builds an Object of the given name
|
ObjectCloner |
Makes a deep copy of an Object using serialization
|
Pair<A,B> |
Creates an ordered pair
|
ProgressMeter |
Prints progress information, including elapsed time and status message
|