パッケージ org.piax.gtrans.ov.sg
クラス DdllKeyRangeWithData<E>
java.lang.Object
org.piax.gtrans.ov.sg.DdllKeyRangeWithData<E>
- 型パラメータ:
E- type of the supplementary data
- すべての実装されたインタフェース:
Serializable
public class DdllKeyRangeWithData<E> extends Object implements Serializable
A range of DdllKey with a supplementary data (aux).
- 作成者:
- k-abe
- 関連項目:
- 直列化された形式
-
コンストラクタの概要
コンストラクタ コンストラクタ 説明 DdllKeyRangeWithData(E aux, Range<DdllKey> range) -
メソッドの概要
修飾子とタイプ メソッド 説明 DdllKeyRangeWithData<E>concatenate(DdllKeyRangeWithData<E> another, boolean auxRight)static <E> List<DdllKeyRangeWithData<E>>split(Range<DdllKey> r, NavigableMap<DdllKey,E> ents)Split a range with given values, taken from the keys of `ents'.StringtoString()
-
コンストラクタの詳細
-
メソッドの詳細
-
split
public static <E> List<DdllKeyRangeWithData<E>> split(Range<DdllKey> r, NavigableMap<DdllKey,E> ents)Split a range with given values, taken from the keys of `ents'.- 型パラメータ:
E- the type of aux part- パラメータ:
r- the range to be splitents- the keys- 戻り値:
- ranges split
-
concatenate
-
toString
-