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