类 LongPairRangeSet.LongPair
java.lang.Object
org.apache.pulsar.common.util.collections.LongPairRangeSet.LongPair
- 所有已实现的接口:
Comparable<LongPairRangeSet.LongPair>
- 封闭接口:
- LongPairRangeSet<T extends Comparable<T>>
public static class LongPairRangeSet.LongPair
extends Object
implements Comparable<LongPairRangeSet.LongPair>
This class is a simple key-value data structure.
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
-
字段详细资料
-
earliest
-
latest
-
-
构造器详细资料
-
LongPair
public LongPair(long key, long value)
-
-
方法详细资料
-
getKey
public long getKey() -
getValue
public long getValue() -
compareTo
- 指定者:
compareTo在接口中Comparable<LongPairRangeSet.LongPair>
-
toString
-