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 class
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 ObjectCharHashMap Modifier and Type Field Description private ObjectCharHashMap<KType>
ObjectCharHashMap.KeysContainer. owner
private ObjectCharHashMap<KType>
ObjectCharHashMap.ValuesContainer. owner
Methods 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 boolean
ObjectCharHashMap. equalElements(ObjectCharHashMap<?> other)
Return true if all keys of some other container exist in this container.
-