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