Uses of Interface
org.agrona.collections.IntIntConsumer
-
Packages that use IntIntConsumer Package Description org.agrona.collections 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 IntIntConsumer Modifier and Type Method Description void
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.UseInt2IntHashMap.forEachInt(IntIntConsumer)
instead.
-