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