Uses of Class
org.agrona.collections.Int2ObjectHashMap
-
Packages that use Int2ObjectHashMap Package Description org.agrona.collections 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.collections Modifier and Type Class Description class
Int2NullableObjectHashMap<V>
Variation ofInt2ObjectHashMap
that allowsnull
values.Methods in org.agrona.collections with parameters of type Int2ObjectHashMap Modifier and Type Method Description void
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 Int2ObjectHashMap Constructor Description Int2NullableObjectHashMap(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.
-