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