| Package | Description |
|---|---|
| org.apache.commons.collections4.map |
| Modifier and Type | Method and Description |
|---|---|
protected AbstractHashedMap |
MultiKeyMap.decorated()
Gets the map being decorated.
|
MapIterator |
MultiKeyMap.mapIterator()
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
MultiKeyMap.checkKey(MultiKey
Check to ensure that input keys are valid MultiKey objects.
|
V |
MultiKeyMap.put(MultiKey
Puts the key and value into the map, where the key must be a non-null MultiKey object.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
MultiKeyMap.isEqualKey(AbstractHashedMap
Is the key equal to the combined key.
|
protected boolean |
MultiKeyMap.isEqualKey(AbstractHashedMap
Is the key equal to the combined key.
|
protected boolean |
MultiKeyMap.isEqualKey(AbstractHashedMap
Is the key equal to the combined key.
|
protected boolean |
MultiKeyMap.isEqualKey(AbstractHashedMap
Is the key equal to the combined key.
|
static <K |
MultiKeyMap.multiKeyMap(AbstractHashedMap
Decorates the specified map to add the MultiKeyMap API and fast query.
|
void |
MultiKeyMap.putAll(Map
Copies all of the keys and values from the specified map to this map.
|
| Constructor and Description | |
|---|---|
MultiKeyMap(AbstractHashedMap
Constructor that decorates the specified map and is called from
MultiKeyMap.
|