Uses of Class
com.carrotsearch.hppc.FloatShortHashMap
Packages that use FloatShortHashMap
-
Uses of FloatShortHashMap in com.carrotsearch.hppc
Subclasses of FloatShortHashMap in com.carrotsearch.hppcModifier and TypeClassDescriptionclass
Same asFloatShortHashMap
but does not implement per-instance key mixing strategy and uses a simpler (faster) bit distribution function.Fields in com.carrotsearch.hppc declared as FloatShortHashMapModifier and TypeFieldDescriptionprivate final FloatShortHashMap
FloatShortHashMap.KeysContainer.owner
private final FloatShortHashMap
FloatShortHashMap.ValuesContainer.owner
Methods in com.carrotsearch.hppc that return FloatShortHashMapModifier and TypeMethodDescriptionFloatShortHashMap.clone()
static FloatShortHashMap
FloatShortHashMap.from
(float[] 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 FloatShortHashMapModifier and TypeMethodDescriptionprotected boolean
FloatShortHashMap.equalElements
(FloatShortHashMap other) Return true if all keys of some other container exist in this container.