Package | Description |
---|---|
com.carrotsearch.hppc |
Modifier and Type | Method and Description |
---|---|
LongFloatOpenHashMap |
LongFloatOpenHashMap.clone() |
static LongFloatOpenHashMap |
LongFloatOpenHashMap.from(long[] keys,
float[] values)
Creates a hash map from two index-aligned arrays of key-value pairs.
|
static LongFloatOpenHashMap |
LongFloatOpenHashMap.from(LongFloatAssociativeContainer container)
Create a hash map from another associative container.
|
static LongFloatOpenHashMap |
LongFloatOpenHashMap.newInstance()
Create a new hash map without providing the full generic signature (constructor
shortcut).
|
static LongFloatOpenHashMap |
LongFloatOpenHashMap.newInstance(int initialCapacity,
float loadFactor)
Create a new hash map without providing the full generic signature (constructor
shortcut).
|
static LongFloatOpenHashMap |
LongFloatOpenHashMap.newInstanceWithExpectedSize(int expectedSize)
Create a new hash map without providing the full generic signature (constructor
shortcut).
|
static LongFloatOpenHashMap |
LongFloatOpenHashMap.newInstanceWithExpectedSize(int expectedSize,
float loadFactor)
Create a new hash map without providing the full generic signature (constructor
shortcut).
|
static LongFloatOpenHashMap |
LongFloatOpenHashMap.newInstanceWithoutPerturbations()
Returns a new object with no key perturbations (see
computePerturbationValue(int) ). |
Copyright © 2015 Carrot Search s.c.. All rights reserved.