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 TypeClassDescriptionclass
Same asFloatCharHashMap
but 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 FloatCharHashMap
FloatCharHashMap.KeysContainer.owner
private final FloatCharHashMap
FloatCharHashMap.ValuesContainer.owner
Methods in com.carrotsearch.hppc that return FloatCharHashMapModifier and TypeMethodDescriptionFloatCharHashMap.clone()
static FloatCharHashMap
FloatCharHashMap.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 boolean
FloatCharHashMap.equalElements
(FloatCharHashMap other) Return true if all keys of some other container exist in this container.