Uses of Class
com.carrotsearch.hppc.ObjectIntHashMap
Packages that use ObjectIntHashMap
-
Uses of ObjectIntHashMap in com.carrotsearch.hppc
Subclasses of ObjectIntHashMap in com.carrotsearch.hppcModifier and TypeClassDescriptionclass
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 ObjectIntHashMapModifier and TypeFieldDescriptionprivate final ObjectIntHashMap
<KType> ObjectIntHashMap.KeysContainer.owner
private final ObjectIntHashMap
<KType> ObjectIntHashMap.ValuesContainer.owner
Methods in com.carrotsearch.hppc that return ObjectIntHashMapModifier and TypeMethodDescriptionObjectIntHashMap.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 ObjectIntHashMapModifier and TypeMethodDescriptionprotected boolean
ObjectIntHashMap.equalElements
(ObjectIntHashMap<?> other) Return true if all keys of some other container exist in this container.