junit.runner
クラス Sorter

java.lang.Object
  拡張junit.runner.Sorter

public class Sorter
extends java.lang.Object

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
 

コンストラクタの詳細

Sorter

public Sorter()
メソッドの詳細

sortStrings

public static void sortStrings(java.util.Vector values,
                               int left,
                               int right,
                               Sorter.Swapper swapper)


Copyright © 2001-2004 JUnit.org. All Rights Reserved.