|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MultiKey | |
---|---|
org.apache.commons.collections.map |
This package contains implementations of the
Map ,
IterableMap ,
OrderedMap and
SortedMap interfaces. |
Uses of MultiKey in org.apache.commons.collections.map |
---|
Fields in org.apache.commons.collections.map with type parameters of type MultiKey | |
---|---|
protected AbstractHashedMap<MultiKey<K>,V> |
MultiKeyMap.map
The decorated map |
Methods in org.apache.commons.collections.map with parameters of type MultiKey | |
---|---|
V |
MultiKeyMap.put(MultiKey<K> key,
V value)
Puts the key and value into the map, where the key must be a non-null MultiKey object. |
Method parameters in org.apache.commons.collections.map with type arguments of type MultiKey | ||
---|---|---|
static
|
MultiKeyMap.decorate(AbstractHashedMap<MultiKey<K>,V> map)
Decorates the specified map to add the MultiKeyMap API and fast query. |
|
protected boolean |
MultiKeyMap.isEqualKey(AbstractHashedMap.HashEntry<MultiKey<K>,V> entry,
K... keys)
Is the key equal to the combined key. |
|
void |
MultiKeyMap.putAll(Map<? extends MultiKey<K>,? extends V> mapToCopy)
Puts all the keys and values into this map. |
Constructor parameters in org.apache.commons.collections.map with type arguments of type MultiKey | |
---|---|
MultiKeyMap(AbstractHashedMap<MultiKey<K>,V> map)
Constructor that decorates the specified map and is called from MultiKeyMap.decorate(AbstractHashedMap) . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |