| Class | Description |
|---|---|
| CommandLineOptions |
A utility class for processing command line options.
|
| CountingInputStream |
An InputStream that keeps track of how many bytes have been read.
|
| EncodingTools |
A bunch of useful tools for encoding and decoding things like integers.
|
| EntityTools |
A bunch of useful tools for entities.
|
| EntityTools.IDComparator |
Comparator that sorts entities by ID.
|
| Handy |
Handy utility functions.
|
| MutableBoolean |
A mutable boolean value.
|
| Pair<S,T> |
Utility class for a 2-tuple, often known as a pair.
|
| RoundingNumberGenerator |
A NumberGenerator that rounds output from a downstream NumberGenerator.
|
| WorkerThread |
Abstract class for threads that need to repeat a unit of work, for example listening on a socket and dispatching data to listeners.
|