com.moneydance.util
Class Sorting

java.lang.Object
  extended by com.moneydance.util.Sorting

public abstract class Sorting
extends java.lang.Object

Sorting tools

Author:
Sean D. Reilly; $Author: gmorris $ $Date: 2001/12/04 15:08:29 $ $Revision: 1.3 $ ------------------------------------------------------------------------ $Log: Sorting.java,v $ Revision 1.3 2001/12/04 15:08:29 gmorris minor fixes to misc. utils, mostly comments and indenting some moving variable declarations outside of loops Revision 1.2 2001/07/09 17:34:08 sreilly added sorting portions of array instead of the whole array Revision 1.1 2001/01/31 19:31:16 sreilly Moved *everything* to com.moneydance package, and rearranged a couple of the packages in the process. Revision 1.1 2000/07/05 01:23:49 tomster Created

Constructor Summary
Sorting()
           
 
Method Summary
static void sort(double[] a)
           
static void sort(double[] a, int start, int end)
           
static void sort(long[] a)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Sorting

public Sorting()
Method Detail

sort

public static void sort(long[] a)

sort

public static void sort(double[] a)

sort

public static void sort(double[] a,
                        int start,
                        int end)