public final class TernaryKeyMaps extends Object
| Modifier and Type | Method and Description |
|---|---|
static <K1,K2,K3,V> |
createTernaryKeyMap()
Create and return a new instance of TernaryKeyMap.
|
static <K1,K2,K3,V> |
createTernaryKeyMap(int initialCapacity)
Create and return a new instance of TernaryKeyMap with the specified initial capacity.
|
static <K1,K2,K3,V> |
createTernaryKeyMap(int initialCapacity,
float loadFactor,
int threshold)
Create and return a new instance of TernaryKeyMap with the specified initial capacity,
load factor, and threshold.
|
public static <K1,K2,K3,V> TernaryKeyMap<K1,K2,K3,V> createTernaryKeyMap()
K1 - first key typeK2 - second key typeK3 - third key typeV - value typepublic static <K1,K2,K3,V> TernaryKeyMap<K1,K2,K3,V> createTernaryKeyMap(int initialCapacity)
K1 - first key typeK2 - second key typeK3 - third key typeV - value typeinitialCapacity - initial capacitypublic static <K1,K2,K3,V> TernaryKeyMap<K1,K2,K3,V> createTernaryKeyMap(int initialCapacity, float loadFactor, int threshold)
K1 - first key typeK2 - second key typeK3 - third key typeV - value typeinitialCapacity - initial capacityloadFactor - load factorthreshold - thresholdCopyright (c) 2007-2016 held jointly by the individual authors. Licensed under the GNU Lesser General Public License (LGPL).