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