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