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 TypeClassDescriptionclassSame asFloatShortHashMapbut 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 FloatShortHashMapFloatShortHashMap.KeysContainer.ownerprivate final FloatShortHashMapFloatShortHashMap.ValuesContainer.ownerMethods in com.carrotsearch.hppc that return FloatShortHashMapModifier and TypeMethodDescriptionFloatShortHashMap.clone()static FloatShortHashMapFloatShortHashMap.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 booleanFloatShortHashMap.equalElements(FloatShortHashMap other) Return true if all keys of some other container exist in this container.