| Class | Description |
|---|---|
| ChainedList<T> |
A
List of multiple Lists strung together in a chain. |
| FilteredList<T> |
A
List that provides a filtered view of another List. |
| IterableList<T> |
A sequential
List view of an Iterable. |
| Lists |
Utility methods for
Lists. |
| LongMemoizer |
Tracks presence of longs, for example used to calculate distinct entries.
|
| MappedList |
A
List that presents a mapped view of another List. |
| Maps |
Utility methods for
Map instances |
| Maps.Builder<K,V> | |
| ReverseList<T> |
A list that is a reverse view over a backing list.
|