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