analyzer.util
Class BubbleSort

java.lang.Object
  |
  +--analyzer.util.BubbleSort

public class BubbleSort
extends java.lang.Object


Constructor Summary
BubbleSort()
           
 
Method Summary
static double[] revSort(double[] a)
           
static double[] sort(double[] a)
           
static double[] sort(double[] a, boolean forward)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BubbleSort

public BubbleSort()
Method Detail

revSort

public static double[] revSort(double[] a)

sort

public static double[] sort(double[] a)

sort

public static double[] sort(double[] a,
                            boolean forward)


Email questions and comments to
shumway@uiuc.edu or nzhong@ncsa.uiuc.edu