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