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