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