|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.hsqldb.lib.Sort
Nested Class Summary | |
static class |
Sort.StringComparator
|
Constructor Summary | |
Sort()
|
Method Summary | |
static void |
sort(Object[] w,
ObjectComparator comparator,
int l,
int r)
FastQSorts the [l,r] partition (inclusive) of the specfied array of Rows, using the comparator. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Sort()
Method Detail |
public static final void sort(Object[] w, ObjectComparator comparator, int l, int r)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |