Uses of Class
org.apache.pulsar.common.util.collections.LongPairRangeSet.LongPair
-
Packages that use LongPairRangeSet.LongPair Package Description org.apache.pulsar.common.util.collections Set of different collections working in the concurrent environment. -
-
Uses of LongPairRangeSet.LongPair in org.apache.pulsar.common.util.collections
Fields in org.apache.pulsar.common.util.collections declared as LongPairRangeSet.LongPair Modifier and Type Field Description static LongPairRangeSet.LongPairLongPairRangeSet.LongPair. earlieststatic LongPairRangeSet.LongPairLongPairRangeSet.LongPair. latestMethods in org.apache.pulsar.common.util.collections with parameters of type LongPairRangeSet.LongPair Modifier and Type Method Description intLongPairRangeSet.LongPair. compareTo(LongPairRangeSet.LongPair o)booleanConcurrentOpenLongPairRangeSet. contains(LongPairRangeSet.LongPair position)Method parameters in org.apache.pulsar.common.util.collections with type arguments of type LongPairRangeSet.LongPair Modifier and Type Method Description voidConcurrentOpenLongPairRangeSet. add(com.google.common.collect.Range<LongPairRangeSet.LongPair> range)Adds the specified range to thisRangeSet(optional operation).voidConcurrentOpenLongPairRangeSet. remove(com.google.common.collect.Range<LongPairRangeSet.LongPair> range)
-