Uses of Class
com.carrotsearch.hppc.ObjectByteHashMap
-
Packages that use ObjectByteHashMap Package Description com.carrotsearch.hppc -
-
Uses of ObjectByteHashMap in com.carrotsearch.hppc
Subclasses of ObjectByteHashMap in com.carrotsearch.hppc Modifier and Type Class Description classObjectByteIdentityHashMap<KType>An identity hash map ofObjecttobyte.classObjectByteScatterMap<KType>Same asObjectByteHashMapbut does not implement per-instance key mixing strategy and uses a simpler (faster) bit distribution function.Fields in com.carrotsearch.hppc declared as ObjectByteHashMap Modifier and Type Field Description private ObjectByteHashMap<KType>ObjectByteHashMap.KeysContainer. ownerprivate ObjectByteHashMap<KType>ObjectByteHashMap.ValuesContainer. ownerMethods in com.carrotsearch.hppc that return ObjectByteHashMap Modifier and Type Method Description ObjectByteHashMap<KType>ObjectByteHashMap. clone()static <KType> ObjectByteHashMap<KType>ObjectByteHashMap. from(KType[] keys, byte[] values)Creates a hash map from two index-aligned arrays of key-value pairs.Methods in com.carrotsearch.hppc with parameters of type ObjectByteHashMap Modifier and Type Method Description protected booleanObjectByteHashMap. equalElements(ObjectByteHashMap<?> other)Return true if all keys of some other container exist in this container.
-