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