public class QuickSort
extends java.lang.Object
Constructor and Description |
---|
QuickSort() |
Modifier and Type | Method and Description |
---|---|
void |
quickSort(org.eclipse.emf.common.util.EList el)
performs a quicksort on the EList according the the compare method
the default compare method compares the striong representations of two objects.
|