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 TypeClassDescriptionclassObjectCharIdentityHashMap<KType>An identity hash map ofObjecttochar.classObjectCharScatterMap<KType>Same asObjectCharHashMapbut 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.ownerprivate final ObjectCharHashMap<KType> ObjectCharHashMap.ValuesContainer.ownerMethods 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 booleanObjectCharHashMap.equalElements(ObjectCharHashMap<?> other) Return true if all keys of some other container exist in this container.