Stellent
HowToComponents
JavaDoc

intradoc.common
Class Sort

java.lang.Object
  |
  +--intradoc.common.Sort

public class Sort
extends java.lang.Object


Constructor Summary
Sort()
           
 
Method Summary
static void sort(java.lang.Object[] s, int lo, int hi, IdcComparator cmp)
          Sorts an array of objects.
static void sortVector(java.util.Vector v, IdcComparator cmp)
          Sorts a Vector of objects.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Sort

public Sort()
Method Detail

sortVector

public static final void sortVector(java.util.Vector v,
                                    IdcComparator cmp)
Sorts a Vector of objects. Sorts all of the objects in the Vector.


sort

public static final void sort(java.lang.Object[] s,
                              int lo,
                              int hi,
                              IdcComparator cmp)
Sorts an array of objects. Sorts the specified range including the 'hi' index.



(c) 1996-2005  All rights reserved.  Stellent, Inc.