|
Class Summary |
| BasicInterval |
|
| DoubleValue |
A wrapper around a modifiable double. |
| GoldenSection |
|
| HashOfHash |
Creates a structure of two way hash tables, actually a hashtable
of hashtables. |
| InputFormatter |
This class lets the programmer read input in a formatted way. |
| IntArray |
|
| IntervalTree<V extends Interval> |
|
| IntervalTreeGraph<V extends Interval,E> |
|
| IntValue |
A wrapper around a modifiable int value. |
| Lattice<E> |
This structure allows objects to be stored as if on an infinite
integer lattice. |
| Main |
|
| MapAsCollection<K,V> |
|
| Pair<E,F> |
A holder for a pair of objects. |
| RadixPlaneSorter<E extends CartesianPoint> |
|
| RandomBag<V> |
A RandomBag is a Collection of objects from which an object can
be randomly selected either with replacement, using next(), or
without, using draw(). |
| SafeThread |
This is supposed to be a safe subclass of Thread that
allows starting, stopping, suspending and resuming of a thread. |
| Sorter |
This class sorts stuff. |
| StringFormatter |
Formats data as strings for neat output. |
| Triplet<E,F,G> |
|
| XYPair |
|