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