Class BubbleSort

java.lang.Object
  extended by BubbleSort

public class BubbleSort
extends java.lang.Object


Constructor Summary
BubbleSort()
           
 
Method Summary
static void sort(int[] a)
           
 
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

sort

public static void sort(int[] a)