Uses of Interface
org.agrona.collections.BiInt2ObjectMap.EntryConsumer
-
Packages that use BiInt2ObjectMap.EntryConsumer Package Description org.agrona.collections Collections classes that support primitive types and tend to be cache friendly. -
-
Uses of BiInt2ObjectMap.EntryConsumer in org.agrona.collections
Methods in org.agrona.collections with parameters of type BiInt2ObjectMap.EntryConsumer Modifier and Type Method Description void
BiInt2ObjectMap. forEach(BiInt2ObjectMap.EntryConsumer<V> consumer)
Iterate over the contents of the map.
-