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