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