| Interface | Description |
|---|---|
| SerialisableComparator<T> |
A interface unifying
Comparator and Serializable. |
| Class | Description |
|---|---|
| Pair<F,S> |
Class representing a pair of two objects.
|
| SerialisablePair<F,S> |
A pair that is serialisable.
|
| SerialisableTriple<F,S,T> |
A triple that is serialisable.
|
| Triple<F,S,T> |
Class representing three objects.
|