| Interface | Description |
|---|---|
| CharKeyMap |
This interface represents maps from char values to objects.
|
| CharKeyMapIterator |
This interface represents iterators over maps from
char values to objects.
|
| Class | Description |
|---|---|
| AbstractCharKeyMap |
This class represents an abstract base for implementing
maps from char values to objects.
|
| CharKeyOpenHashMap |
This class represents open addressing hash table based maps from
char values to objects.
|
| MapDefaults |
This class implements methods for retrieving default values for
each of the primitive types.
|
| Exception | Description |
|---|---|
| NoSuchMappingException |
Thrown to indicate that an attempt was made to retrieve a
non-existing mapping in a map.
|
Copyright © 2011–2025. All rights reserved.