Uses of Class
com.carrotsearch.hppc.ObjectShortHashMap
-
Packages that use ObjectShortHashMap Package Description com.carrotsearch.hppc -
-
Uses of ObjectShortHashMap in com.carrotsearch.hppc
Subclasses of ObjectShortHashMap in com.carrotsearch.hppc Modifier and Type Class Description class
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.Methods in com.carrotsearch.hppc that return ObjectShortHashMap Modifier and Type Method 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.Methods in com.carrotsearch.hppc with parameters of type ObjectShortHashMap Modifier and Type Method Description protected boolean
ObjectShortHashMap. equalElements(ObjectShortHashMap<?> other)
Return true if all keys of some other container exist in this container.
-