Uses of Interface
org.agrona.collections.BiInt2ObjectMap.EntryConsumer
Packages that use BiInt2ObjectMap.EntryConsumer
Package
Description
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.EntryConsumerModifier and TypeMethodDescriptionvoid
BiInt2ObjectMap.forEach
(BiInt2ObjectMap.EntryConsumer<V> consumer) Iterate over the contents of the map.