Uses of Interface
org.apache.pulsar.common.util.collections.LongPairRangeSet
-
Packages that use LongPairRangeSet Package Description org.apache.pulsar.common.util.collections Set of different collections working in the concurrent environment. -
-
Uses of LongPairRangeSet in org.apache.pulsar.common.util.collections
Classes in org.apache.pulsar.common.util.collections that implement LongPairRangeSet Modifier and Type Class Description classConcurrentOpenLongPairRangeSet<T extends java.lang.Comparable<T>>A Concurrent set comprising zero or more ranges of typeLongPairRangeSet.LongPair.static classLongPairRangeSet.DefaultRangeSet<T extends java.lang.Comparable<T>>Generic implementation of a default range set.
-