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