Uses of Class
com.carrotsearch.hppc.ObjectByteHashMap
Packages that use ObjectByteHashMap
-
Uses of ObjectByteHashMap in com.carrotsearch.hppc
Subclasses of ObjectByteHashMap in com.carrotsearch.hppcModifier and TypeClassDescriptionclassObjectByteIdentityHashMap<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 ObjectByteHashMapModifier and TypeFieldDescriptionprivate final ObjectByteHashMap<KType> ObjectByteHashMap.KeysContainer.ownerprivate final ObjectByteHashMap<KType> ObjectByteHashMap.ValuesContainer.ownerMethods in com.carrotsearch.hppc that return ObjectByteHashMapModifier and TypeMethodDescriptionObjectByteHashMap.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 ObjectByteHashMapModifier and TypeMethodDescriptionprotected booleanObjectByteHashMap.equalElements(ObjectByteHashMap<?> other) Return true if all keys of some other container exist in this container.