| Class | Description |
|---|---|
| ListenerList<T> |
A list, which is meant to be used for managing event listeners.
|
| Pair<F,S> |
A data structure, which eases to pass around a pair of two objects.
|
| SortedArrayList<T> |
An extension of
ArrayList, which automatically keeps its items in a sorted order,
whenever new items are added. |
| SortedArraySet<T> |
A set, whose items are sorted based on a specific
Comparator or according to their
implementation of the interface Comparable. |
| Triple<F,S,T> |
A data structure, which eases to pass around a triple of three objects.
|
| Enum | Description |
|---|---|
| ListenerList.CompareMethod |
Contains all possible methods for comparing listeners with each other.
|