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 class
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 ObjectByteHashMap Modifier and Type Field Description private ObjectByteHashMap<KType>
ObjectByteHashMap.KeysContainer. owner
private ObjectByteHashMap<KType>
ObjectByteHashMap.ValuesContainer. owner
Methods 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 boolean
ObjectByteHashMap. equalElements(ObjectByteHashMap<?> other)
Return true if all keys of some other container exist in this container.
-