Uses of Class
org.agrona.collections.Int2ObjectCache
Packages that use Int2ObjectCache
Package
Description
Collections classes that support primitive types and tend to be cache friendly.
-
Uses of Int2ObjectCache in org.agrona.collections
Methods in org.agrona.collections with parameters of type Int2ObjectCacheModifier and TypeMethodDescriptionvoid
Int2ObjectCache.putAll
(Int2ObjectCache<? extends V> map) Put all values from the given map into this one without allocation.