Uses of Class
com.carrotsearch.hppc.ObjectIntHashMap
Packages that use ObjectIntHashMap
-
Uses of ObjectIntHashMap in com.carrotsearch.hppc
Subclasses of ObjectIntHashMap in com.carrotsearch.hppcModifier and TypeClassDescriptionclassObjectIntIdentityHashMap<KType>An identity hash map ofObjecttoint.classObjectIntScatterMap<KType>Same asObjectIntHashMapbut does not implement per-instance key mixing strategy and uses a simpler (faster) bit distribution function.Fields in com.carrotsearch.hppc declared as ObjectIntHashMapModifier and TypeFieldDescriptionprivate final ObjectIntHashMap<KType> ObjectIntHashMap.KeysContainer.ownerprivate final ObjectIntHashMap<KType> ObjectIntHashMap.ValuesContainer.ownerMethods in com.carrotsearch.hppc that return ObjectIntHashMapModifier and TypeMethodDescriptionObjectIntHashMap.clone()static <KType> ObjectIntHashMap<KType> ObjectIntHashMap.from(KType[] 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 ObjectIntHashMapModifier and TypeMethodDescriptionprotected booleanObjectIntHashMap.equalElements(ObjectIntHashMap<?> other) Return true if all keys of some other container exist in this container.