|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjunit.runner.Sorter
A custom quick sort with support to customize the swap behaviour. NOTICE: We can't use the the sorting support from the JDK 1.2 collection classes because of the JDK 1.1.7 compatibility.
入れ子クラスの概要 | |
static interface |
Sorter.Swapper
|
コンストラクタの概要 | |
Sorter()
|
メソッドの概要 | |
static void |
sortStrings(java.util.Vector values,
int left,
int right,
Sorter.Swapper swapper)
|
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
public Sorter()
メソッドの詳細 |
public static void sortStrings(java.util.Vector values, int left, int right, Sorter.Swapper swapper)
|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |