Uses of Class
com.carrotsearch.hppc.LongIntHashMap
-
Packages that use LongIntHashMap Package Description com.carrotsearch.hppc -
-
Uses of LongIntHashMap in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc that return LongIntHashMap Modifier and Type Method Description LongIntHashMapLongIntHashMap. clone()static LongIntHashMapLongIntHashMap. from(long[] keys, int[] values)Creates a hash map from two index-aligned arrays of key-value pairs.Methods in com.carrotsearch.hppc with parameters of type LongIntHashMap Modifier and Type Method Description protected booleanLongIntHashMap. equalElements(LongIntHashMap other)Return true if all keys of some other container exist in this container.
-