Uses of Interface
org.agrona.collections.IntIntConsumer
Packages that use IntIntConsumer
Package
Description
Collections classes that support primitive types and tend to be cache friendly.
-
Uses of IntIntConsumer in org.agrona.collections
Methods in org.agrona.collections with parameters of type IntIntConsumerModifier and TypeMethodDescriptionvoid
Int2IntCounterMap.forEach
(IntIntConsumer consumer) Iterate over all value in the map which are not atInt2IntCounterMap.initialValue()
.void
Int2IntHashMap.forEachInt
(IntIntConsumer consumer) Primitive specialised forEach implementation.void
Int2IntHashMap.intForEach
(IntIntConsumer consumer) Deprecated.
Int2IntHashMap.forEachInt(IntIntConsumer)
instead.