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 TypeClassDescriptionclassObjectLongIdentityHashMap<KType>An identity hash map ofObjecttolong.classObjectLongScatterMap<KType>Same asObjectLongHashMapbut 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.ownerprivate final ObjectLongHashMap<KType> ObjectLongHashMap.ValuesContainer.ownerMethods 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 booleanObjectLongHashMap.equalElements(ObjectLongHashMap<?> other) Return true if all keys of some other container exist in this container.