Uses of Interface
org.agrona.collections.ObjIntConsumer
-
Packages that use ObjIntConsumer Package Description org.agrona.collections Collections classes that support primitive types and tend to be cache friendly. -
-
Uses of ObjIntConsumer in org.agrona.collections
Methods in org.agrona.collections with parameters of type ObjIntConsumer Modifier and Type Method Description void
Object2IntHashMap. forEachInt(ObjIntConsumer<? 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.
-