junit.runner
Interface Sorter.Swapper
Enclosing Class:
public static interface Sorter.Swapper
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.
void | swap(Vector values, int left, int right) |
swap
public void swap(Vector values, int left, int right)
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.
- values
- left
- right