Package | Description |
---|---|
org.apache.commons.collections4.map |
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.
|
Copyright © 2001-2019 - Apache Software Foundation