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