Uses of Class
org.agrona.collections.Long2LongHashMap
Packages that use Long2LongHashMap
Package
Description
Collections classes that support primitive types and tend to be cache friendly.
-
Uses of Long2LongHashMap in org.agrona.collections
Methods in org.agrona.collections with parameters of type Long2LongHashMapModifier and TypeMethodDescriptionvoid
Long2LongHashMap.putAll
(Long2LongHashMap map) Put all values from the given map longo this map without allocation.Constructors in org.agrona.collections with parameters of type Long2LongHashMapModifierConstructorDescriptionLong2LongHashMap
(Long2LongHashMap mapToCopy) Copy construct a new map from an existing one.