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 TypeClassDescriptionclassSame asByteByteHashMapbut 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 ByteByteHashMapByteByteHashMap.KeysContainer.ownerprivate final ByteByteHashMapByteByteHashMap.ValuesContainer.ownerMethods in com.carrotsearch.hppc that return ByteByteHashMapModifier and TypeMethodDescriptionByteByteHashMap.clone()static ByteByteHashMapByteByteHashMap.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 booleanByteByteHashMap.equalElements(ByteByteHashMap other) Return true if all keys of some other container exist in this container.