Methods in com.carrotsearch.hppc that return ObjectLongOpenHashMap |
ObjectLongOpenHashMap<KType> |
ObjectLongOpenHashMap.clone()
|
static
|
ObjectLongOpenHashMap.from(KType[] keys,
long[] values)
Creates a hash map from two index-aligned arrays of key-value pairs. |
static
|
ObjectLongOpenHashMap.from(ObjectLongAssociativeContainer<KType> container)
Create a hash map from another associative container. |
static
|
ObjectLongOpenHashMap.newInstance()
Create a new hash map without providing the full generic signature (constructor
shortcut). |
static
|
ObjectLongOpenHashMap.newInstance(int initialCapacity,
float loadFactor)
Create a new hash map without providing the full generic signature (constructor
shortcut). |