utils
Interface SortFile

All Known Implementing Classes:
ExternalSorting

public interface SortFile


Method Summary
 void sort(java.lang.String fname, java.util.Comparator c)
          Sort the file named 'fname' that contains objects of type Item
 

Method Detail

sort

public void sort(java.lang.String fname,
                 java.util.Comparator c)
Sort the file named 'fname' that contains objects of type Item