Uses of Class
com.carrotsearch.hppc.ObjectIntHashMap
-
Packages that use ObjectIntHashMap Package Description com.carrotsearch.hppc -
-
Uses of ObjectIntHashMap in com.carrotsearch.hppc
Subclasses of ObjectIntHashMap in com.carrotsearch.hppc Modifier and Type Class Description class
ObjectIntIdentityHashMap<KType>
An identity hash map ofObject
toint
.class
ObjectIntScatterMap<KType>
Same asObjectIntHashMap
but does not implement per-instance key mixing strategy and uses a simpler (faster) bit distribution function.Fields in com.carrotsearch.hppc declared as ObjectIntHashMap Modifier and Type Field Description private ObjectIntHashMap<KType>
ObjectIntHashMap.KeysContainer. owner
private ObjectIntHashMap<KType>
ObjectIntHashMap.ValuesContainer. owner
Methods in com.carrotsearch.hppc that return ObjectIntHashMap Modifier and Type Method Description ObjectIntHashMap<KType>
ObjectIntHashMap. clone()
static <KType> ObjectIntHashMap<KType>
ObjectIntHashMap. from(KType[] keys, int[] values)
Creates a hash map from two index-aligned arrays of key-value pairs.Methods in com.carrotsearch.hppc with parameters of type ObjectIntHashMap Modifier and Type Method Description protected boolean
ObjectIntHashMap. equalElements(ObjectIntHashMap<?> other)
Return true if all keys of some other container exist in this container.
-