Package | Description |
---|---|
org.dishevelled.multimap.impl |
Implementations of the multi-key map interfaces.
|
Modifier and Type | Method and Description |
---|---|
V |
HashedTernaryKeyMap.put(TernaryKey<K1,K2,K3> key,
V value) |
Constructor and Description |
---|
HashedTernaryKeyMap(Map<? extends TernaryKey<K1,K2,K3>,? extends V> map)
Create a new HashedTernaryKeyMap with the same mappings as
the specified map (copy constructor).
|
Copyright (c) 2007-2016 held jointly by the individual authors. Licensed under the GNU Lesser General Public License (LGPL).