Package | Description |
---|---|
org.dishevelled.multimap.impl |
Implementations of the multi-key map interfaces.
|
Modifier and Type | Class and Description |
---|---|
class |
HashedTernaryKeyMap<K1,K2,K3,V>
Hashed implementation of TernaryKeyMap.
|
Modifier and Type | Method and Description |
---|---|
static <K1,K2,K3,V> |
TernaryKeyMaps.createTernaryKeyMap()
Create and return a new instance of TernaryKeyMap.
|
static <K1,K2,K3,V> |
TernaryKeyMaps.createTernaryKeyMap(int initialCapacity)
Create and return a new instance of TernaryKeyMap with the specified initial capacity.
|
static <K1,K2,K3,V> |
TernaryKeyMaps.createTernaryKeyMap(int initialCapacity,
float loadFactor,
int threshold)
Create and return a new instance of TernaryKeyMap with the specified initial capacity,
load factor, and threshold.
|
Copyright (c) 2007-2016 held jointly by the individual authors. Licensed under the GNU Lesser General Public License (LGPL).