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