Package org.utils.datastructures
-
Interface Summary Interface Description Aggregate.Function<T,R> -
Class Summary 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> ATreeMaplimited in upper size...LimitedTreeSet<E> ATreeSetwith 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>