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