com.fatdog.xmlEngine
Class FastQSort

java.lang.Object
  extended bycom.fatdog.xmlEngine.FastQSort

public class FastQSort
extends java.lang.Object

A QuickSort algorithm w/ a long and varied history.

Version:
0.61
Author:
Howard Katz, howardk@fatdog.com

Constructor Summary
FastQSort()
           
 
Method Summary
static void sort(int[] a, int count)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FastQSort

public FastQSort()
Method Detail

sort

public static void sort(int[] a,
                        int count)