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