Uses of Class
sorter.Comparator

Packages that use Comparator
myShell It is the interface between CPS and the rest of the computer as well as the user : it reads configuration files, writes the results, a log file and contains the main method. 
 

Uses of Comparator in myShell
 

Fields in myShell declared as Comparator
static Comparator MainClass.comp
          The Comparator instance that will perform the SplitSort along each specified axis.