All Packages Class Hierarchy This Package Previous Next Index
Class evolution.util.SortingAlgorithmImpl
java.lang.Object
|
+----evolution.util.SortingAlgorithmImpl
- public class SortingAlgorithmImpl
- extends Object
- implements SortingAlgorithm
Default implementation of SortingAlgorithm,
using the JGL sorting algorithm. Singleton.
-
comparator
-
-
icke
-
-
SortingAlgorithmImpl()
-
-
getInstance()
-
-
setComparator(BinaryPredicate)
-
-
sort(Array)
-
comparator
protected static BinaryPredicate comparator
icke
protected static SortingAlgorithmImpl icke
SortingAlgorithmImpl
public SortingAlgorithmImpl()
getInstance
public static SortingAlgorithm getInstance()
setComparator
public static void setComparator(BinaryPredicate b)
sort
public void sort(Array d)
All Packages Class Hierarchy This Package Previous Next Index