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