Uses of Class
com.carrotsearch.hppc.ByteObjectHashMap
-
Packages that use ByteObjectHashMap Package Description com.carrotsearch.hppc -
-
Uses of ByteObjectHashMap in com.carrotsearch.hppc
Subclasses of ByteObjectHashMap in com.carrotsearch.hppc Modifier and Type Class Description classByteObjectScatterMap<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 ByteObjectHashMap Modifier and Type Field Description private ByteObjectHashMap<VType>ByteObjectHashMap.KeysContainer. ownerprivate ByteObjectHashMap<VType>ByteObjectHashMap.ValuesContainer. ownerMethods in com.carrotsearch.hppc that return ByteObjectHashMap Modifier and Type Method Description ByteObjectHashMap<VType>ByteObjectHashMap. 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 ByteObjectHashMap Modifier and Type Method Description protected booleanByteObjectHashMap. equalElements(ByteObjectHashMap<?> other)Return true if all keys of some other container exist in this container.
-