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