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