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