org.hsqldb.lib
Class Sort

java.lang.Object
  extended byorg.hsqldb.lib.Sort

public class Sort
extends Object


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

Sort

public Sort()
Method Detail

sort

public static final 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. (fredt@users)



Copyright © 2001 - 2004 HSQL Development Group. All Rights Reserved.