public class QuickSort extends java.lang.Object
| Constructor and Description |
|---|
QuickSort() |
| Modifier and Type | Method and Description |
|---|---|
static void |
doSort(java.lang.Object[] aList,
int aLeft,
int aRight)
Sorts an Object array of items and uses toString to do String compares
for collation
|
public QuickSort()
public static void doSort(java.lang.Object[] aList, int aLeft, int aRight)
aList - The array of itemsaLeft - left indexaRight - the right index