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