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