Uses of Class
com.carrotsearch.hppc.DoubleDoubleHashMap
-
Packages that use DoubleDoubleHashMap Package Description com.carrotsearch.hppc -
-
Uses of DoubleDoubleHashMap in com.carrotsearch.hppc
Subclasses of DoubleDoubleHashMap in com.carrotsearch.hppc Modifier and Type Class Description classDoubleDoubleScatterMapSame asDoubleDoubleHashMapbut does not implement per-instance key mixing strategy and uses a simpler (faster) bit distribution function.Fields in com.carrotsearch.hppc declared as DoubleDoubleHashMap Modifier and Type Field Description private DoubleDoubleHashMapDoubleDoubleHashMap.KeysContainer. ownerprivate DoubleDoubleHashMapDoubleDoubleHashMap.ValuesContainer. ownerMethods in com.carrotsearch.hppc that return DoubleDoubleHashMap Modifier and Type Method Description DoubleDoubleHashMapDoubleDoubleHashMap. clone()static DoubleDoubleHashMapDoubleDoubleHashMap. from(double[] keys, double[] values)Creates a hash map from two index-aligned arrays of key-value pairs.Methods in com.carrotsearch.hppc with parameters of type DoubleDoubleHashMap Modifier and Type Method Description protected booleanDoubleDoubleHashMap. equalElements(DoubleDoubleHashMap other)Return true if all keys of some other container exist in this container.
-