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