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