Uses of Interface
org.agrona.collections.LongLongConsumer
Packages that use LongLongConsumer
Package
Description
Collections classes that support primitive types and tend to be cache friendly.
-
Uses of LongLongConsumer in org.agrona.collections
Methods in org.agrona.collections with parameters of type LongLongConsumerModifier and TypeMethodDescriptionvoid
Long2LongCounterMap.forEach
(LongLongConsumer consumer) Iterate over all value in the map which are not atLong2LongCounterMap.initialValue()
.void
Long2LongHashMap.forEachLong
(LongLongConsumer consumer) Primitive specialised forEach implementation.void
Long2LongHashMap.longForEach
(LongLongConsumer consumer) Deprecated.
Long2LongHashMap.forEachLong(LongLongConsumer)
instead.