Class | Description |
---|---|
DoubleArrayList<A,B> |
Double array lists to work like a Map, but not really.
|
FastListIterator<E> |
A fast iterator for lists that uses an internal index integer
and caches the size of the list.
|
TupleArrayList<A,B> |
An
ArrayList that takes Map.Entry -like tuples. |