Uses of Class
com.carrotsearch.hppc.LongLongHashMap
Packages that use LongLongHashMap
-
Uses of LongLongHashMap in com.carrotsearch.hppc
Subclasses of LongLongHashMap in com.carrotsearch.hppcModifier and TypeClassDescriptionclassSame asLongLongHashMapbut does not implement per-instance key mixing strategy and uses a simpler (faster) bit distribution function.Fields in com.carrotsearch.hppc declared as LongLongHashMapModifier and TypeFieldDescriptionprivate final LongLongHashMapLongLongHashMap.KeysContainer.ownerprivate final LongLongHashMapLongLongHashMap.ValuesContainer.ownerMethods in com.carrotsearch.hppc that return LongLongHashMapModifier and TypeMethodDescriptionLongLongHashMap.clone()static LongLongHashMapLongLongHashMap.from(long[] 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 LongLongHashMapModifier and TypeMethodDescriptionprotected booleanLongLongHashMap.equalElements(LongLongHashMap other) Return true if all keys of some other container exist in this container.