Uses of Class
com.carrotsearch.hppc.ByteByteHashMap
-
Packages that use ByteByteHashMap Package Description com.carrotsearch.hppc -
-
Uses of ByteByteHashMap in com.carrotsearch.hppc
Subclasses of ByteByteHashMap in com.carrotsearch.hppc Modifier and Type Class Description classByteByteScatterMapSame asByteByteHashMapbut does not implement per-instance key mixing strategy and uses a simpler (faster) bit distribution function.Fields in com.carrotsearch.hppc declared as ByteByteHashMap Modifier and Type Field Description private ByteByteHashMapByteByteHashMap.KeysContainer. ownerprivate ByteByteHashMapByteByteHashMap.ValuesContainer. ownerMethods in com.carrotsearch.hppc that return ByteByteHashMap Modifier and Type Method Description ByteByteHashMapByteByteHashMap. 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 ByteByteHashMap Modifier and Type Method Description protected booleanByteByteHashMap. equalElements(ByteByteHashMap other)Return true if all keys of some other container exist in this container.
-