See: Description
| Interface | Description |
|---|---|
| Mapper<E,K> |
Interface to determine a map value out of a given value.
|
| Class | Description |
|---|---|
| GapList<E> |
GapList combines the strengths of both ArrayList and LinkedList.
|
| MapList<E,K> |
Think about MapList as of a Map where you can also access the
elements by index.
|
| MapList.Builder<E,K> |
Builder to construct MapList instances.
|
| MaxList<E> |
A MaxList is a list with a fixed size.
|