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