| Class | Description |
|---|---|
| EntryImpl |
A MapEntry written to rely on Strings instead
of objects
|
| MapEntry<K,V> |
A straightforward implementation of the Map.Entry interface outside the Map class
|
| SortedMap<A,B> |
Map implementation that can be sorted defined by a given sort order
Possible sort orders are
KEY
VALUE
NO_SORT
Not sorted is the default implementation.
|