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