com.esf.util.sort
Class QuickSort

java.lang.Object
  extended bycom.esf.util.sort.QuickSort

public class QuickSort
extends java.lang.Object

Utilities to quickly sort an array of values


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

Constructor Detail

QuickSort

public QuickSort()
Method Detail

sort

public static void sort(int[] array)

sort

public static void sort(long[] array)


Copyright © 2009 Eurotech Inc. All rights reserved.