Uses of Class
com.carrotsearch.hppc.ByteObjectHashMap
Packages that use ByteObjectHashMap
-
Uses of ByteObjectHashMap in com.carrotsearch.hppc
Subclasses of ByteObjectHashMap in com.carrotsearch.hppcModifier and TypeClassDescriptionclass
ByteObjectScatterMap<VType>
Same asByteObjectHashMap
but does not implement per-instance key mixing strategy and uses a simpler (faster) bit distribution function.Fields in com.carrotsearch.hppc declared as ByteObjectHashMapModifier and TypeFieldDescriptionprivate final ByteObjectHashMap<VType>
ByteObjectHashMap.KeysContainer.owner
private final ByteObjectHashMap<VType>
ByteObjectHashMap.ValuesContainer.owner
Methods in com.carrotsearch.hppc that return ByteObjectHashMapModifier and TypeMethodDescriptionByteObjectHashMap.clone()
static <VType> ByteObjectHashMap<VType>
ByteObjectHashMap.from
(byte[] 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 ByteObjectHashMapModifier and TypeMethodDescriptionprotected boolean
ByteObjectHashMap.equalElements
(ByteObjectHashMap<?> other) Return true if all keys of some other container exist in this container.