org.norvelle.textcite.model.sort
Class QuickSort

java.lang.Object
  extended by org.norvelle.textcite.model.sort.QuickSort

public class QuickSort
extends java.lang.Object

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.

Author:
James Gosling, Kevin A. Smith, Erik Norvelle

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

QuickSort

public QuickSort()
Method Detail

sort

public void sort(java.util.Vector v,
                 java.util.Vector comparators)