com.ibm.as400.ui.tools
Class SortAlgorithm
java.lang.Object
com.ibm.as400.ui.tools.SortAlgorithm
- Direct Known Subclasses:
- QuickSort
public class SortAlgorithm
extends Object
Field Summary
protected boolean |
stopRequested
When true stop sorting. |
Method Summary
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 |
stopRequested
protected boolean stopRequested
- When true stop sorting.
SortAlgorithm
public SortAlgorithm()
stop
public void stop()
- Stop sorting.
init
public void init()
- Initialize