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