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