Uses of Interface
org.agrona.collections.ObjLongConsumer
Packages that use ObjLongConsumer
Package
Description
Collections classes that support primitive types and tend to be cache friendly.
-
Uses of ObjLongConsumer in org.agrona.collections
Methods in org.agrona.collections with parameters of type ObjLongConsumerModifier and TypeMethodDescriptionvoid
Object2LongHashMap.forEachLong
(ObjLongConsumer<? super K> action) Performs the given action for each entry in this map until all entries have been processed or the action throws an exception.