com.eurotech.framework.core.util
Class QuickSort
java.lang.Object
com.eurotech.framework.core.util.QuickSort
public class QuickSort
- extends Object
Utilities to quickly sort an array of values
Method Summary |
static void |
sort(int[] array)
|
static void |
sort(long[] array)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QuickSort
public QuickSort()
sort
public static void sort(int[] array)
sort
public static void sort(long[] array)
Copyright © 2013. All Rights Reserved.