Uses of Class
org.agrona.collections.Object2IntHashMap
Packages that use Object2IntHashMap
Package
Description
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 Object2IntHashMapModifier and TypeMethodDescriptionvoid
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 Object2IntHashMapModifierConstructorDescriptionObject2IntHashMap
(Object2IntHashMap<K> mapToCopy) Copy construct a new map from an existing one.