Uses of Class
org.agrona.collections.Object2LongHashMap
Packages that use Object2LongHashMap
Package
Description
Collections classes that support primitive types and tend to be cache friendly.
-
Uses of Object2LongHashMap in org.agrona.collections
Methods in org.agrona.collections with parameters of type Object2LongHashMapModifier and TypeMethodDescriptionvoid
Object2LongHashMap.putAll
(Object2LongHashMap<? extends K> map) Puts all values from the given map to this map.Constructors in org.agrona.collections with parameters of type Object2LongHashMapModifierConstructorDescriptionObject2LongHashMap
(Object2LongHashMap<K> mapToCopy) Copy construct a new map from an existing one.