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