Uses of Class
com.carrotsearch.hppc.IntFloatHashMap
-
Packages that use IntFloatHashMap Package Description com.carrotsearch.hppc -
-
Uses of IntFloatHashMap in com.carrotsearch.hppc
Subclasses of IntFloatHashMap in com.carrotsearch.hppc Modifier and Type Class Description class
IntFloatScatterMap
Same asIntFloatHashMap
but does not implement per-instance key mixing strategy and uses a simpler (faster) bit distribution function.Methods in com.carrotsearch.hppc that return IntFloatHashMap Modifier and Type Method Description IntFloatHashMap
IntFloatHashMap. clone()
static IntFloatHashMap
IntFloatHashMap. from(int[] 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 IntFloatHashMap Modifier and Type Method Description protected boolean
IntFloatHashMap. equalElements(IntFloatHashMap other)
Return true if all keys of some other container exist in this container.
-