Interface | Description |
---|---|
Aggregate.Function<T,R> |
Class | Description |
---|---|
Aggregate | |
ComparablePair<K extends java.lang.Comparable<K>,V> | |
LimitedQueue<K> |
A data structure that is limited in size and otherwise works as a queue
(but can also access the latest/youngest element at the tail)
|
LimitedTreeMap<K,V> |
A
TreeMap limited in upper size... |
LimitedTreeSet<E> |
A
TreeSet with an upper bound on size (if an element will be inserted, the lowest value will be removed) |
SortedPair<K extends java.lang.Comparable<K>,V> | |
SortedSetComparator<E extends java.lang.Comparable<E>> | |
Triple<K,L,M> |