Class SummaryAbstractMap |
AbstractMap offers implementations of methods needed by most concrete
Map implementations |
HashMap |
HashMap can be used to map any type of key to any type of value.
|
KeyMapIterator |
KeyMapIterator is used to iterate over the keys of a map.
|
MapStringifier |
MapStringifier stringifies instances of type Map |
PrimitiveTypeMap |
PrimitiveTypeMap can be used to map any primitive type key to any type
of value.
|
TypedMap |
TypedMap is a wrapper for Map instances that ensures that only
values of a specific type are added to the wrapped map.
|
ValueMapIterator |
ValueMapIterator is used to iterate over the values of a map.
|