E - type of the supplementary datapublic class DdllKeyRange<E> extends Object implements Serializable
| コンストラクタと説明 |
|---|
DdllKeyRange(E aux,
Range<DdllKey> range) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
DdllKeyRange<E> |
concatenate(DdllKeyRange<E> another,
boolean auxRight) |
static <E> List<DdllKeyRange<E>> |
split(Range<DdllKey> r,
NavigableMap<DdllKey,E> ents)
Split a range with given values, taken from the keys of `ents'.
|
String |
toString() |
public static <E> List<DdllKeyRange<E>> split(Range<DdllKey> r, NavigableMap<DdllKey,E> ents)
E - the type of aux partr - the range to be splitents - the keyspublic DdllKeyRange<E> concatenate(DdllKeyRange<E> another, boolean auxRight)
Copyright © 2017. All rights reserved.