Interface | Description |
---|---|
Mapper<T,U> |
A simple interface for defining a function that maps objects.
|
MultiMap<K,V> | |
ObjectVisitor<T> |
Class | Description |
---|---|
ArraySet<T> | |
ArraySetDupesMultiMap<K,V> | |
ArraySetMultiMap<K,V> | |
Averager | |
DisjointSets | |
FIFOQueue |
A FIFO queue of objects, implemented as a
circular buffer.
|
HashSetMultiMap<K,V> | |
ImmutableStack<T> | |
IteratorMapper<T,U> | |
MutablePair<T,U> |
A mutable pair of objects.
|
ObjWrapper | |
Predicate<T> |
Interface for defining an arbitrary predicate on
Object s. |
Propagator<T> | |
Stack<T> | |
UnorderedPair<U,V> | |
Util |
Miscellaneous utility functions.
|