- All Implemented Interfaces:
Runnable
Internal sorter used by several data classes.
Advanced users only, not official API.
-
Constructor Summary
Constructors
-
Method Summary
abstract int
protected int
void
abstract int
protected void
abstract void
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Details
-
run
public void run()
- Specified by:
run
in interface Runnable
-
sort
protected void sort(int i,
int j)
-
partition
protected int partition(int left,
int right)
-
size
public abstract int size()
-
compare
public abstract int compare(int a,
int b)
-
swap
public abstract void swap(int a,
int b)