See: Description
| Interface | Description |
|---|---|
| TreeComparator.Node<N extends TreeComparator.Node<N>> |
The superinterface for leaf nodes and non-leaf nodes.
|
| Class | Description |
|---|---|
| ArrayUtil |
Various array-related utility methods.
|
| Base64 |
A BASE64 encoder and a decoder.
|
| CommandLineOptions |
Parses "command line options" from the
args of your main() method and configures a Java bean
accordingly. |
| PropertiesUtil |
Represents singular or periodic time events.
|
| ThreadBenchmark |
Measures real time, cpu time and user time for the current thread.
|
| TimeTable |
Represents singular or periodic time events.
|
| TreeComparator<N extends TreeComparator.Node<N>,EX extends java.lang.Exception> |
Recursively compares two trees of nodes.
|
| WyeConsumer<T,EX extends java.lang.Exception> |
Collects the subjects produced by several producers and forwards them to one consumer in the right order.
|