Uses of Class
org.agrona.collections.Long2LongHashMap
-
Packages that use Long2LongHashMap Package Description org.agrona.collections 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 Long2LongHashMap Modifier and Type Method Description void
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 Long2LongHashMap Constructor Description Long2LongHashMap(Long2LongHashMap mapToCopy)
Copy construct a new map from an existing one.
-