|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectfi.hut.tml.xsmiles.mlfc.general.QuickSort
A quick sort implementation. Should be merged with Sorter...
| Method Summary | |
static void |
main(java.lang.String[] args)
|
static void |
sort(java.util.Vector input)
|
static void |
sort(java.util.Vector input,
Comparer comparer,
java.lang.Object handle)
Takes a vector of objects as input and sorts them using comparer. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public static void sort(java.util.Vector input)
public static void sort(java.util.Vector input,
Comparer comparer,
java.lang.Object handle)
comparer. The handle
is passed during every invocation of comparer.compare()
public static void main(java.lang.String[] args)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||