Uses of Class
com.carrotsearch.hppc.IntObjectHashMap
Packages that use IntObjectHashMap
-
Uses of IntObjectHashMap in com.carrotsearch.hppc
Subclasses of IntObjectHashMap in com.carrotsearch.hppcModifier and TypeClassDescriptionclassIntObjectScatterMap<VType>Same asIntObjectHashMapbut does not implement per-instance key mixing strategy and uses a simpler (faster) bit distribution function.Fields in com.carrotsearch.hppc declared as IntObjectHashMapModifier and TypeFieldDescriptionprivate final IntObjectHashMap<VType> IntObjectHashMap.KeysContainer.ownerprivate final IntObjectHashMap<VType> IntObjectHashMap.ValuesContainer.ownerMethods in com.carrotsearch.hppc that return IntObjectHashMapModifier and TypeMethodDescriptionIntObjectHashMap.clone()static <VType> IntObjectHashMap<VType> IntObjectHashMap.from(int[] keys, VType[] values) Creates a hash map from two index-aligned arrays of key-value pairs.Methods in com.carrotsearch.hppc with parameters of type IntObjectHashMapModifier and TypeMethodDescriptionprotected booleanIntObjectHashMap.equalElements(IntObjectHashMap<?> other) Return true if all keys of some other container exist in this container.