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