All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class jHelp.index.htmlQSortAlgorithm

java.lang.Object
   |
   +----jHelp.index.htmlQSortAlgorithm

public class htmlQSortAlgorithm
extends Object
An implementation of the QuickSort Algorithm used in sorting a generated index and word list. This class is not instantiated directly, but through its static sort() method.


Method Index

 o sort(Object[])
Sorts the specified array of Objects, based upon the String returned by the Object's toString() method.

Methods

 o sort
 public static void sort(Object a[])
Sorts the specified array of Objects, based upon the String returned by the Object's toString() method.

Parameters:
a - the array to be sorted.

All Packages  Class Hierarchy  This Package  Previous  Next  Index