Class FileEntryComparator

java.lang.Object
com.webcodepro.applecommander.storage.FileEntryComparator
All Implemented Interfaces:
Comparator<FileEntry>

public class FileEntryComparator extends Object implements Comparator<FileEntry>
Sort FileEntry objects by the columnIndex. Mostly useful to the interface. The columns are tested to see if they are numerical - if so, an Integer compare is done (instead of a String).

Date created: Oct 27, 2002 8:24:39 PM

  • Constructor Details

    • FileEntryComparator

      public FileEntryComparator(int columnIndex, int displayMode)
      Construct a FileEntryComparator for the given columnIndex.
  • Method Details