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 TypeClassDescriptionclass
ObjectByteIdentityHashMap<KType>
An identity hash map ofObject
tobyte
.class
ObjectByteScatterMap<KType>
Same asObjectByteHashMap
but 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.owner
private final ObjectByteHashMap<KType>
ObjectByteHashMap.ValuesContainer.owner
Methods 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 boolean
ObjectByteHashMap.equalElements
(ObjectByteHashMap<?> other) Return true if all keys of some other container exist in this container.