Uses of Interface
org.apache.pulsar.common.util.collections.ConcurrentLongPairSet.LongPairConsumer
Packages that use ConcurrentLongPairSet.LongPairConsumer
Package
Description
Set of different collections working in the concurrent environment.
-
Uses of ConcurrentLongPairSet.LongPairConsumer in org.apache.pulsar.common.util.collections
Methods in org.apache.pulsar.common.util.collections with parameters of type ConcurrentLongPairSet.LongPairConsumerModifier and TypeMethodDescriptionvoidConcurrentLongPairSet.forEach(ConcurrentLongPairSet.LongPairConsumer processor) voidConcurrentSortedLongPairSet.forEach(ConcurrentLongPairSet.LongPairConsumer processor) voidLongPairSet.forEach(ConcurrentLongPairSet.LongPairConsumer processor) ExecuteConcurrentLongPairSet.LongPairConsumerprocessor for each entry in the set.