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 classFloatCharScatterMapSame asFloatCharHashMapbut 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 FloatCharHashMapFloatCharHashMap.KeysContainer. ownerprivate FloatCharHashMapFloatCharHashMap.ValuesContainer. ownerMethods in com.carrotsearch.hppc that return FloatCharHashMap Modifier and Type Method Description FloatCharHashMapFloatCharHashMap. 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 FloatCharHashMap Modifier and Type Method Description protected booleanFloatCharHashMap. equalElements(FloatCharHashMap other)Return true if all keys of some other container exist in this container.
-