Uses of Interface
org.apache.pulsar.common.util.collections.LongPairSet.LongPairPredicate
Packages that use LongPairSet.LongPairPredicate
Package
Description
Set of different collections working in the concurrent environment.
-
Uses of LongPairSet.LongPairPredicate in org.apache.pulsar.common.util.collections
Methods in org.apache.pulsar.common.util.collections with parameters of type LongPairSet.LongPairPredicateModifier and TypeMethodDescriptionintConcurrentLongPairSet.removeIf(LongPairSet.LongPairPredicate filter) Removes all of the elements of this collection that satisfy the given predicate.intConcurrentSortedLongPairSet.removeIf(LongPairSet.LongPairPredicate filter) intLongPairSet.removeIf(LongPairSet.LongPairPredicate filter) Removes composite value of item1 and item2 from set if provided predicateLongPairSet.LongPairPredicatematches.