Uses of Class
com.carrotsearch.hppc.ShortDoubleScatterMap
-
Packages that use ShortDoubleScatterMap Package Description com.carrotsearch.hppc -
-
Uses of ShortDoubleScatterMap in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc that return ShortDoubleScatterMap Modifier and Type Method Description static ShortDoubleScatterMap
ShortDoubleScatterMap. from(short[] keys, double[] values)
Creates a hash map from two index-aligned arrays of key-value pairs.
-