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