Uses of Class
org.agrona.collections.Int2IntHashMap
Packages that use Int2IntHashMap
Package
Description
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 Int2IntHashMapModifier and TypeMethodDescriptionvoidInt2IntHashMap.putAll(Int2IntHashMap map) Put all values from the given map into this map without allocation.Constructors in org.agrona.collections with parameters of type Int2IntHashMapModifierConstructorDescriptionInt2IntHashMap(Int2IntHashMap mapToCopy) Copy construct a new map from an existing one.