Uses of Interface
ISort

Uses of ISort in
 

Classes in Default Package that implement ISort
 class SelectionSort
          Implementation of the selection sort algorithm.
 

Methods in Default Package with parameters of type ISort
 void SortAnalyzer.add(ISort anISort)
          Adds the given sort algorithm to analyze to this.