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