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