com.ibm.as400.ui.tools
Class SortAlgorithm

java.lang.Object
  extended by com.ibm.as400.ui.tools.SortAlgorithm
Direct Known Subclasses:
QuickSort

public class SortAlgorithm
extends Object


Field Summary
Modifier and Type Field and Description
protected  boolean stopRequested
          When true stop sorting.
 
Constructor Summary
Constructor and Description
SortAlgorithm()
           
 
Method Summary
Modifier and Type Method and Description
 void init()
          Initialize
 void stop()
          Stop sorting.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

stopRequested

protected boolean stopRequested
When true stop sorting.

Constructor Detail

SortAlgorithm

public SortAlgorithm()
Method Detail

stop

public void stop()
Stop sorting.


init

public void init()
Initialize