junit.runner
Class Sorter
java.lang.Object
junit.runner.Sorter
public class Sorter
- extends 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.
- Not needed for 1.0 SDK
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Sorter
public Sorter()
sortStrings
public static void sortStrings(Vector values,
int left,
int right,
Sorter.Swapper swapper)
Please submit a feedback, bug or feature