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