| java.lang.Object org.hsqldb.lib.Sort
Method Summary | |
final public 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.
Modified from the original method in Hypersonic with the addition of
the comparator. |
sort | final public static void sort(Object[] w, ObjectComparator comparator, int l, int r)(Code) | | FastQSorts the [l,r] partition (inclusive) of the specfied array of
Rows, using the comparator.
Modified from the original method in Hypersonic with the addition of
the comparator. (fredt@users)
author: Thomas Mueller (Hypersonic SQL Group) version: 1.7.2 since: 1.7.2 |
|
|