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