Uses of Interface
edu.washington.lib.utilities.Sortable

Uses of Sortable in edu.washington.lib.utilities
 

Methods in edu.washington.lib.utilities with parameters of type Sortable
 int Sortable.compare(Sortable b)
           
protected static boolean QuickSort.lessThan(Sortable first, Sortable second)
           
static void QuickSort.sort(Sortable[] a)
           
static void ShellSort.sort(Sortable[] a)