Uses of Class
org.apache.commons.collections4.map.MultiKeyMap
-
Packages that use MultiKeyMap Package Description org.apache.commons.collections4.map -
-
Uses of MultiKeyMap in org.apache.commons.collections4.map
Methods in org.apache.commons.collections4.map that return MultiKeyMap Modifier and Type Method Description MultiKeyMap<K,V>
MultiKeyMap. clone()
Clones the map without cloning the keys or values.static <K,V>
MultiKeyMap<K,V>MultiKeyMap. multiKeyMap(AbstractHashedMap<MultiKey<? extends K>,V> map)
Decorates the specified map to add the MultiKeyMap API and fast query.
-