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 TypeClassDescriptionclassByteObjectScatterMap<VType>Same asByteObjectHashMapbut 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.ownerprivate final ByteObjectHashMap<VType> ByteObjectHashMap.ValuesContainer.ownerMethods 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 booleanByteObjectHashMap.equalElements(ByteObjectHashMap<?> other) Return true if all keys of some other container exist in this container.