Uses of Class
com.carrotsearch.hppc.ObjectCharHashMap
-
Packages that use ObjectCharHashMap Package Description com.carrotsearch.hppc -
-
Uses of ObjectCharHashMap in com.carrotsearch.hppc
Subclasses of ObjectCharHashMap in com.carrotsearch.hppc Modifier and Type Class Description classObjectCharIdentityHashMap<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 ObjectCharHashMap Modifier and Type Field Description private ObjectCharHashMap<KType>ObjectCharHashMap.KeysContainer. ownerprivate ObjectCharHashMap<KType>ObjectCharHashMap.ValuesContainer. ownerMethods in com.carrotsearch.hppc that return ObjectCharHashMap Modifier and Type Method Description ObjectCharHashMap<KType>ObjectCharHashMap. 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 ObjectCharHashMap Modifier and Type Method Description protected booleanObjectCharHashMap. equalElements(ObjectCharHashMap<?> other)Return true if all keys of some other container exist in this container.
-