Uses of Class
com.carrotsearch.hppc.ObjectLongHashMap
-
Packages that use ObjectLongHashMap Package Description com.carrotsearch.hppc -
-
Uses of ObjectLongHashMap in com.carrotsearch.hppc
Subclasses of ObjectLongHashMap in com.carrotsearch.hppc Modifier and Type Class Description classObjectLongIdentityHashMap<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 ObjectLongHashMap Modifier and Type Field Description private ObjectLongHashMap<KType>ObjectLongHashMap.KeysContainer. ownerprivate ObjectLongHashMap<KType>ObjectLongHashMap.ValuesContainer. ownerMethods in com.carrotsearch.hppc that return ObjectLongHashMap Modifier and Type Method Description ObjectLongHashMap<KType>ObjectLongHashMap. 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 ObjectLongHashMap Modifier and Type Method Description protected booleanObjectLongHashMap. equalElements(ObjectLongHashMap<?> other)Return true if all keys of some other container exist in this container.
-