Uses of Interface
org.agrona.collections.ObjIntPredicate
-
Packages that use ObjIntPredicate Package Description org.agrona.collections Collections classes that support primitive types and tend to be cache friendly. -
-
Uses of ObjIntPredicate in org.agrona.collections
Methods in org.agrona.collections with parameters of type ObjIntPredicate Modifier and Type Method Description boolean
Object2IntHashMap.EntrySet. removeIfInt(ObjIntPredicate<? super K> filter)
Removes all the elements of this collection that satisfy the given predicate.
-