Class | Description |
---|---|
ChainedList<T> |
A
List of multiple List s 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
List s. |
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.
|