| Class | Description |
|---|---|
| AbstractIterator<T> |
Abstract Implementation of Iterator
|
| ChainedComparator<T> | |
| CollectionUtil | |
| ContextMap<K,V> |
This class supports chaining of maps.
|
| DefaultComparator<T> |
This is default implementation of
Comparator, which can compare
objects implementing Comparable. |
| EmptyIterator | |
| Enumerator<E> | |
| Heap<E> | |
| LongTreeMap<V> |
Optimized TreeMap implementation whose keys are primitive long.
|
| LongTreeMap.Entry<V> | |
| NonNullIterator<T> | |
| RandomUtil | |
| Range |
This class represents integer range.
|
| ResettableIterator<E> | |
| ReverseComparator<T> | |
| StackedIterator<T> | |
| VisitingComparator<T> |
Copyright © 2021. All rights reserved.