Package | Description |
---|---|
org.apache.commons.collections4.map |
Modifier and Type | Method and 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.
|
Copyright © 2001–2018 The Apache Software Foundation. All rights reserved.