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 TypeClassDescriptionclassSame asIntIntHashMapbut 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 IntIntHashMapIntIntHashMap.KeysContainer.ownerprivate final IntIntHashMapIntIntHashMap.ValuesContainer.ownerMethods in com.carrotsearch.hppc that return IntIntHashMapModifier and TypeMethodDescriptionIntIntHashMap.clone()static IntIntHashMapIntIntHashMap.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 booleanIntIntHashMap.equalElements(IntIntHashMap other) Return true if all keys of some other container exist in this container.