API Overview API Index Package Overview Direct link to this page
JavaOnTracks 0.1.2
  net.jot.web.filebrowser. JOTFileComparators View Source
Author(s)
thibautc
Since
Version
Serial
Hierarchy
 Object
      JOTFileComparators
Implements
Subclasses
Description
public class JOTFileComparators
  Static comparators objects used to order file listings.
See also:   
Constructors
public JOTFileComparators ()
Methods
Hide/Show inherited methods
Fields
Hide/Show inherited fields
publicfinalstatic Comparator NAME_ASC_COMPARATOR
publicfinalstatic Comparator NAME_DESC_COMPARATOR
publicfinalstatic Comparator SIZE_ASC_COMPARATOR
publicfinalstatic Comparator SIZE_DESC_COMPARATOR
publicfinalstatic Comparator TSTAMP_ASC_COMPARATOR
publicfinalstatic Comparator TSTAMP_DESC_COMPARATOR
Nested Classes
  JOTFileComparators.JOTFileNameAscComparator
Compares by file Name alphabetical
  JOTFileComparators.JOTFileNameDescComparator
Compares by file Name reversed alphabetical
  JOTFileComparators.JOTFileSizeAscComparator
Compares by file size small to large
  JOTFileComparators.JOTFileSizeDescComparator
Compares by file size large to small
  JOTFileComparators.JOTFileTimestampAscComparator
Compares by file timestamp(last change) oldest to newest
  JOTFileComparators.JOTFileTimestampDescComparator
Compares by file timestamp(last change) newest to oldest
Generated By: JavaOnTracks Doclet 0.1.5     ©Thibaut Colar