Uses of Interface
org.agrona.collections.IntObjPredicate
Packages that use IntObjPredicate
Package
Description
Collections classes that support primitive types and tend to be cache friendly.
-
Uses of IntObjPredicate in org.agrona.collections
Methods in org.agrona.collections with parameters of type IntObjPredicateModifier and TypeMethodDescriptionboolean
Int2ObjectHashMap.EntrySet.removeIfInt
(IntObjPredicate<V> filter) Removes all the elements of this collection that satisfy the given predicate.