| Class | Description |
|---|---|
| Args |
This class parses command-line arguments.
|
| Array |
This class provides convenience methods for handling arrays
and serves as an extension to the
Arrays class of Java. |
| Atts |
This is a simple container for attributes (name/string pairs).
|
| Base64 |
This class provides functions for encoding and decoding Base64 strings.
|
| BitArray |
Bit array that grows when needed.
|
| Compress |
This class compresses and decompresses tokens.
|
| ConsoleReader |
Console reader.
|
| InputInfo |
Input information.
|
| InputParser |
Simple command and query parser; can be overwritten to support more complex
parsings.
|
| JarLoader |
Custom class loader for loading jar files.
|
| Levenshtein |
Damerau-Levenshtein implementation.
|
| MinHeap<K,V> |
A min-heap.
|
| Num |
This class provides operations to compress and decompress 4-byte integer
values in byte arrays in order to save memory.
|
| Performance |
This class contains methods for performance measurements.
|
| Reflect |
This class assembles some reflection methods.
|
| Table |
This is a table representation for textual table output.
|
| Token |
This class provides convenience operations for handling 'Tokens'.
|
| TokenBuilder |
This class serves as an efficient constructor for byte arrays.
|
| Undo |
This class stores strings in a history.
|
| Util |
This class contains static methods, which are used throughout the project.
|
| Version |
Version according to the SemVer syntax.
|
| XMLToken |
This class provides convenience operations for XML-specific character
operations.
|