Uses of Class
com.carrotsearch.hppc.ByteCharHashMap
-
Packages that use ByteCharHashMap Package Description com.carrotsearch.hppc -
-
Uses of ByteCharHashMap in com.carrotsearch.hppc
Subclasses of ByteCharHashMap in com.carrotsearch.hppc Modifier and Type Class Description classByteCharScatterMapSame asByteCharHashMapbut does not implement per-instance key mixing strategy and uses a simpler (faster) bit distribution function.Fields in com.carrotsearch.hppc declared as ByteCharHashMap Modifier and Type Field Description private ByteCharHashMapByteCharHashMap.KeysContainer. ownerprivate ByteCharHashMapByteCharHashMap.ValuesContainer. ownerMethods in com.carrotsearch.hppc that return ByteCharHashMap Modifier and Type Method Description ByteCharHashMapByteCharHashMap. clone()static ByteCharHashMapByteCharHashMap. from(byte[] keys, char[] values)Creates a hash map from two index-aligned arrays of key-value pairs.Methods in com.carrotsearch.hppc with parameters of type ByteCharHashMap Modifier and Type Method Description protected booleanByteCharHashMap. equalElements(ByteCharHashMap other)Return true if all keys of some other container exist in this container.
-