public final class QuaternaryKeyMaps extends Object
| Modifier and Type | Method and Description | 
|---|---|
| static <K1,K2,K3,K4,V> | createQuaternaryKeyMap()Create and return a new instance of QuaternaryKeyMap. | 
| static <K1,K2,K3,K4,V> | createQuaternaryKeyMap(int initialCapacity)Create and return a new instance of QuaternaryKeyMap with the specified initial capacity. | 
| static <K1,K2,K3,K4,V> | createQuaternaryKeyMap(int initialCapacity,
                      float loadFactor,
                      int threshold)Create and return a new instance of QuaternaryKeyMap with the specified initial capacity,
 load factor, and threshold. | 
public static <K1,K2,K3,K4,V> QuaternaryKeyMap<K1,K2,K3,K4,V> createQuaternaryKeyMap()
K1 - first key typeK2 - second key typeK3 - third key typeK4 - fourth key typeV - value typepublic static <K1,K2,K3,K4,V> QuaternaryKeyMap<K1,K2,K3,K4,V> createQuaternaryKeyMap(int initialCapacity)
K1 - first key typeK2 - second key typeK3 - third key typeK4 - fourth key typeV - value typeinitialCapacity - initial capacitypublic static <K1,K2,K3,K4,V> QuaternaryKeyMap<K1,K2,K3,K4,V> createQuaternaryKeyMap(int initialCapacity, float loadFactor, int threshold)
K1 - first key typeK2 - second key typeK3 - third key typeK4 - fourth 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).