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