接口的使用
org.apache.pulsar.common.util.collections.LongPairSet.LongPairPredicate
程序包
说明
Set of different collections working in the concurrent environment.
-
org.apache.pulsar.common.util.collections中LongPairSet.LongPairPredicate的使用
修饰符和类型方法说明intConcurrentLongPairSet.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.