Uses of Interface
org.apache.pulsar.common.util.collections.ConcurrentLongPairSet.LongPairConsumer
-
Packages that use ConcurrentLongPairSet.LongPairConsumer Package Description org.apache.pulsar.common.util.collections 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.LongPairConsumer Modifier and Type Method Description voidConcurrentLongPairSet. forEach(ConcurrentLongPairSet.LongPairConsumer processor)voidConcurrentSortedLongPairSet. forEach(ConcurrentLongPairSet.LongPairConsumer processor)voidLongPairSet. forEach(ConcurrentLongPairSet.LongPairConsumer processor)ExecuteConcurrentLongPairSet.LongPairConsumerprocessor for each entry in the set.
-