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