|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.norvelle.textcite.model.sort.QuickSort
public class QuickSort
Copyright (c) 1994-1996 Sun Microsystems, Inc. All Rights Reserved. See additional copyright information below. A quick sort algorithm based on James Gosling's original code, modified to sort a Vector of Citations.
Constructor Summary | |
---|---|
QuickSort()
|
Method Summary | |
---|---|
void |
sort(java.util.Vector v,
java.util.Vector comparators)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public QuickSort()
Method Detail |
---|
public void sort(java.util.Vector v, java.util.Vector comparators)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |