Uses of Class
com.carrotsearch.hppc.FloatCharHashMap
Packages that use FloatCharHashMap
-
Uses of FloatCharHashMap in com.carrotsearch.hppc
Subclasses of FloatCharHashMap in com.carrotsearch.hppcModifier and TypeClassDescriptionclassSame asFloatCharHashMapbut does not implement per-instance key mixing strategy and uses a simpler (faster) bit distribution function.Fields in com.carrotsearch.hppc declared as FloatCharHashMapModifier and TypeFieldDescriptionprivate final FloatCharHashMapFloatCharHashMap.KeysContainer.ownerprivate final FloatCharHashMapFloatCharHashMap.ValuesContainer.ownerMethods in com.carrotsearch.hppc that return FloatCharHashMapModifier and TypeMethodDescriptionFloatCharHashMap.clone()static FloatCharHashMapFloatCharHashMap.from(float[] keys, char[] values) Creates a hash map from two index-aligned arrays of key-value pairs.Methods in com.carrotsearch.hppc with parameters of type FloatCharHashMapModifier and TypeMethodDescriptionprotected booleanFloatCharHashMap.equalElements(FloatCharHashMap other) Return true if all keys of some other container exist in this container.