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