クラス SubRange
java.lang.Object
org.piax.common.subspace.Range<DdllKey>
org.piax.ayame.ov.ddll.DdllKeyRange
org.piax.gtrans.ov.ring.rq.SubRange
- すべての実装されたインタフェース:
Serializable,Cloneable
public class SubRange extends DdllKeyRange
- 関連項目:
- 直列化された形式
-
フィールドの概要
-
コンストラクタの概要
コンストラクタ コンストラクタ 説明 SubRange(DdllKey from, boolean fromInclusive, DdllKey to, boolean toInclusive)SubRange(Link aux, DdllKey from, boolean fromInclusive, DdllKey to, boolean toInclusive)SubRange(Link aux, DdllKey from, boolean fromInclusive, DdllKey to, boolean toInclusive, Integer[] ids)SubRange(Link aux, Range<DdllKey> subRange)SubRange(Link aux, Range<DdllKey> subRange, Integer[] ids) -
メソッドの概要
修飾子とタイプ メソッド 説明 voidassignId()voidassignSubId(SubRange parent)SubRangeconcatenate(SubRange another, boolean auxRight)LinkgetLink()SubRangenewRange(DdllKey from, boolean fromInclusive, DdllKey to, boolean toInclusive)SubRange[]retainRanges(DdllKey a, DdllKey b)List<SubRange>split(NavigableMap<DdllKey,Link> ents)StringtoString()クラスから継承されたメソッド org.piax.common.subspace.Range
clone, contains, contains, equals, hashCode, hasIntersection, isFollowedBy, isSameRange, isSingleton, isWhole, newRange, rangeString, retain, split, toString2
-
フィールド詳細
-
コンストラクタの詳細
-
メソッドの詳細
-
toString
- オーバーライド:
toStringクラス内DdllKeyRange
-
newRange
- オーバーライド:
newRangeクラス内DdllKeyRange
-
getLink
-
split
-
retainRanges
-
concatenate
-
assignId
public void assignId() -
assignSubId
-