Uses of Class
com.carrotsearch.hppc.IntIntHashMap
Packages that use IntIntHashMap
-
Uses of IntIntHashMap in com.carrotsearch.hppc
Subclasses of IntIntHashMap in com.carrotsearch.hppcModifier and TypeClassDescriptionclass
Same asIntIntHashMap
but does not implement per-instance key mixing strategy and uses a simpler (faster) bit distribution function.Fields in com.carrotsearch.hppc declared as IntIntHashMapModifier and TypeFieldDescriptionprivate final IntIntHashMap
IntIntHashMap.KeysContainer.owner
private final IntIntHashMap
IntIntHashMap.ValuesContainer.owner
Methods in com.carrotsearch.hppc that return IntIntHashMapModifier and TypeMethodDescriptionIntIntHashMap.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 IntIntHashMapModifier and TypeMethodDescriptionprotected boolean
IntIntHashMap.equalElements
(IntIntHashMap other) Return true if all keys of some other container exist in this container.