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 TypeMethodDescriptionvoidInt2IntCounterMap.forEach(IntIntConsumer consumer) Iterate over all value in the map which are not atInt2IntCounterMap.initialValue().voidInt2IntHashMap.forEachInt(IntIntConsumer consumer) Primitive specialised forEach implementation.voidInt2IntHashMap.intForEach(IntIntConsumer consumer) Deprecated.
Int2IntHashMap.forEachInt(IntIntConsumer)instead.