Uses of Class
org.agrona.collections.Int2ObjectCache
-
Packages that use Int2ObjectCache Package Description org.agrona.collections 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 Int2ObjectCache Modifier and Type Method Description void
Int2ObjectCache. putAll(Int2ObjectCache<? extends V> map)
Put all values from the given map into this one without allocation.
-