public class SubRange extends DKRangeLink
| 修飾子とタイプ | フィールドと説明 |
|---|---|
Integer[] |
ids |
static int |
MAXID |
from, fromInclusive, keyComp, to, toInclusive| コンストラクタと説明 |
|---|
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) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
assignId() |
void |
assignSubId(SubRange parent) |
SubRange |
concatenate(SubRange another,
boolean auxRight) |
protected SubRange |
newInstance(DdllKey from,
boolean fromInclusive,
DdllKey to,
boolean toInclusive) |
SubRange[] |
retainRanges(DdllKey a,
DdllKey b) |
SubRange[] |
split(DdllKey k) |
List<SubRange> |
split(NavigableMap<DdllKey,Link> ents) |
String |
toString() |
getLinkconcatenate, isFollowedBy, retainclone, contains, contains, equals, hashCode, isSameRange, isSingleton, isWhole, rangeString, toString2public SubRange(Link aux, DdllKey from, boolean fromInclusive, DdllKey to, boolean toInclusive)
public String toString()
toString クラス内 DdllKeyRangeprotected SubRange newInstance(DdllKey from, boolean fromInclusive, DdllKey to, boolean toInclusive)
newInstance クラス内 CircularRange<DdllKey>public SubRange[] split(DdllKey k)
split クラス内 CircularRange<DdllKey>public List<SubRange> split(NavigableMap<DdllKey,Link> ents)
public void assignId()
public void assignSubId(SubRange parent)
Copyright © 2017. All rights reserved.