| Class | Description | |
|---|---|---|
| ArrayListMap | Array based implementation of the IMap interface. | |
| HashMap | Hash table based implementation of the IMap interface. | |
| ReadOnlyArrayListMap | An ArrayListMap that doesn't allow modifications. | |
| ReadOnlyHashMap | A HashMap that doesn't allow modifications. | |
| SortedArrayListMap | A map that provides a total ordering on its mappings. | |
| TypedListMap | TypedSortedMap works as a wrapper for a map. | |
| TypedMap | TypedMap works as a wrapper for a map. | |
| TypedSortedMap | TypedSortedMap works as a wrapper for a map. |