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