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