|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjsky.util.QuickSort
public final class QuickSort
Quick sort class, highly optimized and very specific. This one sorts strings.
| Method Summary | |
|---|---|
static void |
sort(int[] a,
int off,
int len)
Sort an array of integers. |
static void |
sort(Sortable[] a,
int off,
int len,
java.lang.Object rock)
Sort an array of Sortable objects. |
static void |
sort(java.lang.String[] a,
int off,
int len)
Sort an array of strings. |
static void |
sort(java.lang.String[] a,
int off,
int len,
boolean caseSens)
Sort an array of strings. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static void sort(java.lang.String[] a,
int off,
int len)
public static void sort(java.lang.String[] a,
int off,
int len,
boolean caseSens)
public static void sort(int[] a,
int off,
int len)
public static void sort(Sortable[] a,
int off,
int len,
java.lang.Object rock)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||