Uses of Class
org.agrona.collections.Int2ObjectHashMap
Packages that use Int2ObjectHashMap
Package
Description
Collections classes that support primitive types and tend to be cache friendly.
-
Uses of Int2ObjectHashMap in org.agrona.collections
Subclasses of Int2ObjectHashMap in org.agrona.collectionsMethods in org.agrona.collections with parameters of type Int2ObjectHashMapModifier and TypeMethodDescriptionvoid
Int2ObjectHashMap.putAll
(Int2ObjectHashMap<? extends V> map) Put all values from the given map into this one without allocation.Constructors in org.agrona.collections with parameters of type Int2ObjectHashMapModifierConstructorDescriptionInt2NullableObjectHashMap
(Int2ObjectHashMap<V> mapToCopy) Copy construct a new map from an existing one.Int2ObjectHashMap
(Int2ObjectHashMap<V> mapToCopy) Copy construct a new map from an existing one.