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