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