Uses of Interface
org.wcb.common.Comparator

Packages that use Comparator
org.wcb.common   
 

Uses of Comparator in org.wcb.common
 

Methods in org.wcb.common with parameters of type Comparator
static void ArraySorter.sort(java.lang.Object[] array, Comparator cmp)
          this allows the use of the quick sort algorithm
protected static void ArraySorter.sort(java.lang.Object[] array, Comparator cmp, int left, int right)
          Takes the array and comparitor and starts sorting
 



Copyright © 1999-2004 Walter Bogaardt. All Rights Reserved.