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