Uses of Interface
org.apache.pulsar.common.util.collections.GrowablePriorityLongPairQueue.LongPairPredicate
-
Packages that use GrowablePriorityLongPairQueue.LongPairPredicate Package Description org.apache.pulsar.common.util.collections Set of different collections working in the concurrent environment. -
-
Uses of GrowablePriorityLongPairQueue.LongPairPredicate in org.apache.pulsar.common.util.collections
Methods in org.apache.pulsar.common.util.collections with parameters of type GrowablePriorityLongPairQueue.LongPairPredicate Modifier and Type Method Description intGrowablePriorityLongPairQueue. removeIf(GrowablePriorityLongPairQueue.LongPairPredicate filter)Removes all of the elements of this collection that satisfy the given predicate.
-