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