Uses of Class
com.carrotsearch.hppc.ObjectCharHashMap
Packages that use ObjectCharHashMap
-
Uses of ObjectCharHashMap in com.carrotsearch.hppc
Subclasses of ObjectCharHashMap in com.carrotsearch.hppcModifier and TypeClassDescriptionclass
ObjectCharIdentityHashMap<KType>
An identity hash map ofObject
tochar
.class
ObjectCharScatterMap<KType>
Same asObjectCharHashMap
but does not implement per-instance key mixing strategy and uses a simpler (faster) bit distribution function.Fields in com.carrotsearch.hppc declared as ObjectCharHashMapModifier and TypeFieldDescriptionprivate final ObjectCharHashMap<KType>
ObjectCharHashMap.KeysContainer.owner
private final ObjectCharHashMap<KType>
ObjectCharHashMap.ValuesContainer.owner
Methods in com.carrotsearch.hppc that return ObjectCharHashMapModifier and TypeMethodDescriptionObjectCharHashMap.clone()
static <KType> ObjectCharHashMap<KType>
ObjectCharHashMap.from
(KType[] 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 ObjectCharHashMapModifier and TypeMethodDescriptionprotected boolean
ObjectCharHashMap.equalElements
(ObjectCharHashMap<?> other) Return true if all keys of some other container exist in this container.