Uses of Class
com.carrotsearch.hppc.ObjectLongHashMap
Packages that use ObjectLongHashMap
-
Uses of ObjectLongHashMap in com.carrotsearch.hppc
Subclasses of ObjectLongHashMap in com.carrotsearch.hppcModifier and TypeClassDescriptionclass
ObjectLongIdentityHashMap<KType>
An identity hash map ofObject
tolong
.class
ObjectLongScatterMap<KType>
Same asObjectLongHashMap
but does not implement per-instance key mixing strategy and uses a simpler (faster) bit distribution function.Fields in com.carrotsearch.hppc declared as ObjectLongHashMapModifier and TypeFieldDescriptionprivate final ObjectLongHashMap<KType>
ObjectLongHashMap.KeysContainer.owner
private final ObjectLongHashMap<KType>
ObjectLongHashMap.ValuesContainer.owner
Methods in com.carrotsearch.hppc that return ObjectLongHashMapModifier and TypeMethodDescriptionObjectLongHashMap.clone()
static <KType> ObjectLongHashMap<KType>
ObjectLongHashMap.from
(KType[] keys, long[] values) Creates a hash map from two index-aligned arrays of key-value pairs.Methods in com.carrotsearch.hppc with parameters of type ObjectLongHashMapModifier and TypeMethodDescriptionprotected boolean
ObjectLongHashMap.equalElements
(ObjectLongHashMap<?> other) Return true if all keys of some other container exist in this container.