Uses of Interface
org.agrona.collections.ObjIntConsumer
Packages that use ObjIntConsumer
Package
Description
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 ObjIntConsumerModifier and TypeMethodDescriptionvoid
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.