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