|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MultiKeyMap | |
---|---|
org.apache.commons.collections4.map | This package contains implementations of the Map ,
IterableMap ,
OrderedMap and
SortedMap interfaces. |
Uses of MultiKeyMap in org.apache.commons.collections4.map |
---|
Methods in org.apache.commons.collections4.map that return MultiKeyMap | ||
---|---|---|
MultiKeyMap<K,V> |
MultiKeyMap.clone()
Clones the map without cloning the keys or values. |
|
static
|
MultiKeyMap.multiKeyMap(AbstractHashedMap<MultiKey<? extends K>,V> map)
Decorates the specified map to add the MultiKeyMap API and fast query. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |