Interface | Description |
---|---|
LongRepresentable<T> |
Class | Description |
---|---|
AbstractTMap<T extends java.lang.Comparable> |
Contains some limited shared functionality between Custom[type]Maps
|
AbstractTMap.Functionality<T extends java.lang.Comparable> | |
BoundedList<E> |
List which returns special boundary symbols when get() is called outside the
range of the list.
|
Counter<E> |
A map from objects to doubles.
|
Indexer<E extends java.lang.Comparable<E>> |
Maintains a two-way map between a set of objects and contiguous integers from
0 to the number of objects.
|
Iterators |
Utilities for dealing with Iterators
|
Iterators.IteratorIterator<T> |
Wraps a two-level iteration scenario in an iterator.
|
Iterators.Transform<S,T> |
Wraps a base iterator with a transformation function.
|
LongHashSet |
Open address hash map with linear probing.
|
LongToIntHashMap |
Open address hash map with linear probing.
|
TIntMap<T extends java.lang.Comparable> |
Provides a map from objects to non-negative integers.
|
Enum | Description |
---|---|
AbstractTMap.MapType |