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 class
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 ObjectLongHashMap Modifier and Type Field Description private ObjectLongHashMap<KType>
ObjectLongHashMap.KeysContainer. owner
private ObjectLongHashMap<KType>
ObjectLongHashMap.ValuesContainer. owner
Methods 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 boolean
ObjectLongHashMap. equalElements(ObjectLongHashMap<?> other)
Return true if all keys of some other container exist in this container.
-