Uses of Class
com.carrotsearch.hppc.FloatCharHashMap
-
Packages that use FloatCharHashMap Package Description com.carrotsearch.hppc -
-
Uses of FloatCharHashMap in com.carrotsearch.hppc
Subclasses of FloatCharHashMap in com.carrotsearch.hppc Modifier and Type Class Description class
FloatCharScatterMap
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 FloatCharHashMap Modifier and Type Field Description private FloatCharHashMap
FloatCharHashMap.KeysContainer. owner
private FloatCharHashMap
FloatCharHashMap.ValuesContainer. owner
Methods in com.carrotsearch.hppc that return FloatCharHashMap Modifier and Type Method Description FloatCharHashMap
FloatCharHashMap. 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 FloatCharHashMap Modifier and Type Method Description protected boolean
FloatCharHashMap. equalElements(FloatCharHashMap other)
Return true if all keys of some other container exist in this container.
-