junit.swingui
Class TestSelector.ParallelSwapper

java.lang.Object
   |
   +--junit.swingui.TestSelector.ParallelSwapper
All Implemented Interfaces:
Sorter.Swapper
Enclosing Class:
TestSelector

private class TestSelector.ParallelSwapper
extends Object
implements Sorter.Swapper

Field Summary
fOther
          
Constructor Summary
ParallelSwapper(Vector other)
           
 
Method Summary
public voidswap(Vector values, int left, int right)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Field Detail

fOther

Vector fOther
References to the field:
junit/swingui/TestSelector.java 237
junit/swingui/TestSelector.java 243
junit/swingui/TestSelector.java 244
junit/swingui/TestSelector.java 244
junit/swingui/TestSelector.java 245
Constructor Detail

ParallelSwapper

 ParallelSwapper(Vector other)
Click to Locals in the Constructor
Call sites to the constructor:
junit/swingui/TestSelector.java 229
Locals in the constructor:
other: Line 237
Method Detail

swap

public void swap(Vector values, int left, int right)

Locals in the method:
tmp2 Line 245
tmp Line 242
values Line 240, Line 241, Line 241, Line 242
left Line 240, Line 241, Line 243, Line 244
right Line 241, Line 242, Line 244, Line 245