Uses of Interface
org.agrona.collections.ObjLongConsumer
-
Packages that use ObjLongConsumer Package Description org.agrona.collections 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 ObjLongConsumer Modifier and Type Method Description void
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.
-