Uses of Class
com.carrotsearch.hppc.ObjectObjectHashMap
Packages that use ObjectObjectHashMap
-
Uses of ObjectObjectHashMap in com.carrotsearch.hppc
Subclasses of ObjectObjectHashMap in com.carrotsearch.hppcModifier and TypeClassDescriptionclassObjectObjectIdentityHashMap<KType,VType> An identity hash map ofObjecttoObject.classObjectObjectScatterMap<KType,VType> Same asObjectObjectHashMapbut does not implement per-instance key mixing strategy and uses a simpler (faster) bit distribution function.Fields in com.carrotsearch.hppc declared as ObjectObjectHashMapModifier and TypeFieldDescriptionprivate final ObjectObjectHashMap<KType, VType> ObjectObjectHashMap.KeysContainer.ownerprivate final ObjectObjectHashMap<KType, VType> ObjectObjectHashMap.ValuesContainer.ownerMethods in com.carrotsearch.hppc that return ObjectObjectHashMapModifier and TypeMethodDescriptionObjectObjectHashMap.clone()static <KType,VType>
ObjectObjectHashMap<KType, VType> ObjectObjectHashMap.from(KType[] 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 ObjectObjectHashMapModifier and TypeMethodDescriptionprotected booleanObjectObjectHashMap.equalElements(ObjectObjectHashMap<?, ?> other) Return true if all keys of some other container exist in this container.protected booleanObjectObjectIdentityHashMap.equalElements(ObjectObjectHashMap<?, ?> other)