junit.runner
Interface Sorter.Swapper

All Implementing Classes:
TestSelector.ParallelSwapper
Enclosing Class:
Sorter

public static interface Sorter.Swapper

Method Summary
public abstract voidswap(Vector values, int left, int right)
          
Method Detail

swap

public abstract void swap(Vector values, int left, int right)
Click to Locals in the Method
Call sites to the method:
junit/runner/Sorter.java 28

Locals in the method:
left
right
values