Uses of Interface
pal.util.Comparable

Packages that use Comparable
pal.misc Classes that don't fit elsewhere ;^) 
pal.util Utility classes for sorting etc. 
 

Uses of Comparable in pal.misc
 

Classes in pal.misc that implement Comparable
 class Identifier
          An identifier for some sampled data.
 

Uses of Comparable in pal.util
 

Classes in pal.util that implement Comparable
 class ComparableDouble
          This class is unfortunate but necessary to conform to JDK 1.1
 

Methods in pal.util with parameters of type Comparable
static void HeapSort.sort(Comparable[] array)
          Sorts an array of comparable objects into increasing order.