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 classObjectObjectIdentityHashMap<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 ObjectObjectHashMap Modifier and Type Field Description private ObjectObjectHashMap<KType,VType>ObjectObjectHashMap.KeysContainer. ownerprivate ObjectObjectHashMap<KType,VType>ObjectObjectHashMap.ValuesContainer. ownerMethods 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 booleanObjectObjectHashMap. equalElements(ObjectObjectHashMap<?,?> other)Return true if all keys of some other container exist in this container.protected booleanObjectObjectIdentityHashMap. equalElements(ObjectObjectHashMap<?,?> other)
-