| Package | Description |
|---|---|
| org.apache.pulsar.common.util.collections |
Set of different collections working in the concurrent environment.
|
| Modifier and Type | Method and Description |
|---|---|
int |
ConcurrentSortedLongPairSet.removeIf(LongPairSet.LongPairPredicate filter) |
int |
LongPairSet.removeIf(LongPairSet.LongPairPredicate filter)
Removes composite value of item1 and item2 from set if provided predicate
LongPairSet.LongPairPredicate matches. |
int |
ConcurrentLongPairSet.removeIf(LongPairSet.LongPairPredicate filter)
Removes all of the elements of this collection that satisfy the given predicate.
|
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.