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