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