|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectnet.sf.thirdi.jdbc.meta.IndexComparator
public class IndexComparator
概要(abstract): 比較ソート処理 .
比較ソート処理を行う。
| コンストラクタの概要 | |
|---|---|
IndexComparator()
|
|
| メソッドの概要 | |
|---|---|
int |
compare(ElementIndexable left,
ElementIndexable right)
|
static void |
sort(java.util.List<? extends ElementIndexable> list)
概要(abstract): ソート処理 . |
| クラス java.lang.Object から継承されたメソッド |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| インタフェース java.util.Comparator から継承されたメソッド |
|---|
equals |
| コンストラクタの詳細 |
|---|
public IndexComparator()
| メソッドの詳細 |
|---|
public int compare(ElementIndexable left,
ElementIndexable right)
java.util.Comparator<ElementIndexable> 内の comparepublic static void sort(java.util.List<? extends ElementIndexable> list)
ソート処理
list -
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||