Uses of Class
com.carrotsearch.hppc.CharObjectHashMap
Packages that use CharObjectHashMap
-
Uses of CharObjectHashMap in com.carrotsearch.hppc
Subclasses of CharObjectHashMap in com.carrotsearch.hppcModifier and TypeClassDescriptionclass
CharObjectScatterMap<VType>
Same asCharObjectHashMap
but does not implement per-instance key mixing strategy and uses a simpler (faster) bit distribution function.Fields in com.carrotsearch.hppc declared as CharObjectHashMapModifier and TypeFieldDescriptionprivate final CharObjectHashMap
<VType> CharObjectHashMap.KeysContainer.owner
private final CharObjectHashMap
<VType> CharObjectHashMap.ValuesContainer.owner
Methods in com.carrotsearch.hppc that return CharObjectHashMapModifier and TypeMethodDescriptionCharObjectHashMap.clone()
static <VType> CharObjectHashMap
<VType> CharObjectHashMap.from
(char[] 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 CharObjectHashMapModifier and TypeMethodDescriptionprotected boolean
CharObjectHashMap.equalElements
(CharObjectHashMap<?> other) Return true if all keys of some other container exist in this container.