Uses of Class
com.carrotsearch.hppc.IntIntHashMap
-
Packages that use IntIntHashMap Package Description com.carrotsearch.hppc -
-
Uses of IntIntHashMap in com.carrotsearch.hppc
Subclasses of IntIntHashMap in com.carrotsearch.hppc Modifier and Type Class Description class
IntIntScatterMap
Same asIntIntHashMap
but does not implement per-instance key mixing strategy and uses a simpler (faster) bit distribution function.Methods in com.carrotsearch.hppc that return IntIntHashMap Modifier and Type Method Description IntIntHashMap
IntIntHashMap. clone()
static IntIntHashMap
IntIntHashMap. from(int[] 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 IntIntHashMap Modifier and Type Method Description protected boolean
IntIntHashMap. equalElements(IntIntHashMap other)
Return true if all keys of some other container exist in this container.
-