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 class
ByteCharScatterMap
Same asByteCharHashMap
but 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 ByteCharHashMap
ByteCharHashMap.KeysContainer. owner
private ByteCharHashMap
ByteCharHashMap.ValuesContainer. owner
Methods in com.carrotsearch.hppc that return ByteCharHashMap Modifier and Type Method Description ByteCharHashMap
ByteCharHashMap. clone()
static ByteCharHashMap
ByteCharHashMap. 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 boolean
ByteCharHashMap. equalElements(ByteCharHashMap other)
Return true if all keys of some other container exist in this container.
-