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 TypeClassDescriptionclass
IntObjectScatterMap<VType>
Same asIntObjectHashMap
but 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.owner
private final IntObjectHashMap<VType>
IntObjectHashMap.ValuesContainer.owner
Methods 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 boolean
IntObjectHashMap.equalElements
(IntObjectHashMap<?> other) Return true if all keys of some other container exist in this container.