Uses of Class
com.carrotsearch.hppc.ObjectShortHashMap
Packages that use ObjectShortHashMap
-
Uses of ObjectShortHashMap in com.carrotsearch.hppc
Subclasses of ObjectShortHashMap in com.carrotsearch.hppcModifier and TypeClassDescriptionclass
ObjectShortIdentityHashMap<KType>
An identity hash map ofObject
toshort
.class
ObjectShortScatterMap<KType>
Same asObjectShortHashMap
but does not implement per-instance key mixing strategy and uses a simpler (faster) bit distribution function.Fields in com.carrotsearch.hppc declared as ObjectShortHashMapModifier and TypeFieldDescriptionprivate final ObjectShortHashMap
<KType> ObjectShortHashMap.KeysContainer.owner
private final ObjectShortHashMap
<KType> ObjectShortHashMap.ValuesContainer.owner
Methods in com.carrotsearch.hppc that return ObjectShortHashMapModifier and TypeMethodDescriptionObjectShortHashMap.clone()
static <KType> ObjectShortHashMap
<KType> ObjectShortHashMap.from
(KType[] keys, short[] values) Creates a hash map from two index-aligned arrays of key-value pairs.Methods in com.carrotsearch.hppc with parameters of type ObjectShortHashMapModifier and TypeMethodDescriptionprotected boolean
ObjectShortHashMap.equalElements
(ObjectShortHashMap<?> other) Return true if all keys of some other container exist in this container.