Uses of Class
com.carrotsearch.hppc.ObjectObjectHashMap
-
Packages that use ObjectObjectHashMap Package Description com.carrotsearch.hppc -
-
Uses of ObjectObjectHashMap in com.carrotsearch.hppc
Subclasses of ObjectObjectHashMap in com.carrotsearch.hppc Modifier and Type Class Description class
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 ObjectObjectHashMap Modifier and Type Field Description private ObjectObjectHashMap<KType,VType>
ObjectObjectHashMap.KeysContainer. owner
private ObjectObjectHashMap<KType,VType>
ObjectObjectHashMap.ValuesContainer. owner
Methods in com.carrotsearch.hppc that return ObjectObjectHashMap Modifier and Type Method Description ObjectObjectHashMap<KType,VType>
ObjectObjectHashMap. 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 ObjectObjectHashMap Modifier and Type Method Description protected boolean
ObjectObjectHashMap. equalElements(ObjectObjectHashMap<?,?> other)
Return true if all keys of some other container exist in this container.protected boolean
ObjectObjectIdentityHashMap. equalElements(ObjectObjectHashMap<?,?> other)
-