Package | Description |
---|---|
com.carrotsearch.hppc |
Modifier and Type | Class and Description |
---|---|
class |
ObjectShortIdentityHashMap<KType>
An identity hash map of
Object to short . |
class |
ObjectShortScatterMap<KType>
Same as
ObjectShortHashMap but does not implement per-instance
key mixing strategy and uses a simpler (faster) bit distribution function. |
Modifier and Type | Method and Description |
---|---|
ObjectShortHashMap<KType> |
ObjectShortHashMap.clone() |
static <KType> ObjectShortHashMap<KType> |
ObjectShortHashMap.from(KType[] keys,
short[] values)
Creates a hash map from two index-aligned arrays of key-value pairs.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
ObjectShortHashMap.equalElements(ObjectShortHashMap<?> other)
Return true if all keys of some other container exist in this container.
|
Copyright © 2022 Carrot Search s.c.. All rights reserved.