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 TypeClassDescriptionclass
ObjectObjectIdentityHashMap<KType,
VType> An identity hash map ofObject
toObject
.class
ObjectObjectScatterMap<KType,
VType> Same asObjectObjectHashMap
but 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.owner
private final ObjectObjectHashMap
<KType, VType> ObjectObjectHashMap.ValuesContainer.owner
Methods 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 boolean
ObjectObjectHashMap.equalElements
(ObjectObjectHashMap<?, ?> other) Return true if all keys of some other container exist in this container.protected boolean
ObjectObjectIdentityHashMap.equalElements
(ObjectObjectHashMap<?, ?> other)