Package junit.runner
Class Sorter
java.lang.Object
junit.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.
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
sortStrings
(Vector values, int left, int right, Sorter.Swapper swapper)
-
Constructor Details
-
Sorter
public Sorter()
-
-
Method Details
-
sortStrings
-