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 TypeMethodDescriptionvoidLong2LongCounterMap.forEach(LongLongConsumer consumer) Iterate over all value in the map which are not atLong2LongCounterMap.initialValue().voidLong2LongHashMap.forEachLong(LongLongConsumer consumer) Primitive specialised forEach implementation.voidLong2LongHashMap.longForEach(LongLongConsumer consumer) Deprecated.
Long2LongHashMap.forEachLong(LongLongConsumer)instead.