Uses of Interface
com.g11ntoolkit.sorter.Sorter.Comparable

Packages that use Sorter.Comparable
com.g11ntoolkit.sorter The set of classes that make up the Sorter support for the G11NToolKit. 
 

Uses of Sorter.Comparable in com.g11ntoolkit.sorter
 

Methods in com.g11ntoolkit.sorter with parameters of type Sorter.Comparable
static void Sorter.sort(Sorter.Comparable[] a)
          Sort an array of Comparable objects into ascending order.
static void Sorter.sort(Sorter.Comparable[] a, int from, int to, boolean up)
          Sort a portion of an array of Comparable objects.
static void Sorter.sort(Sorter.Comparable[] a, java.lang.Object[] b, int from, int to, boolean up)
          Sort a portion of an array of Comparable objects.