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