Uses of Class
com.carrotsearch.hppc.ByteCharHashMap
Packages that use ByteCharHashMap
-
Uses of ByteCharHashMap in com.carrotsearch.hppc
Subclasses of ByteCharHashMap in com.carrotsearch.hppcModifier and TypeClassDescriptionclass
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 ByteCharHashMapModifier and TypeFieldDescriptionprivate final ByteCharHashMap
ByteCharHashMap.KeysContainer.owner
private final ByteCharHashMap
ByteCharHashMap.ValuesContainer.owner
Methods in com.carrotsearch.hppc that return ByteCharHashMapModifier and TypeMethodDescriptionByteCharHashMap.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 ByteCharHashMapModifier and TypeMethodDescriptionprotected boolean
ByteCharHashMap.equalElements
(ByteCharHashMap other) Return true if all keys of some other container exist in this container.