Uses of Class
org.apache.commons.collections4.map.MultiKeyMap
Package
Description
-
Uses of MultiKeyMap in org.apache.commons.collections4.map
Modifier and TypeMethodDescriptionMultiKeyMap.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.