class |
CompositeFileComparator |
Compare two files using a set of delegate file Comparator .
|
class |
DefaultFileComparator |
Compare two files using the default File.compareTo(File) method.
|
class |
DirectoryFileComparator |
Compare two files using the File.isDirectory() method.
|
class |
ExtensionFileComparator |
|
class |
LastModifiedFileComparator |
Compare the last modified date/time of two files for order
(see File.lastModified() ).
|
class |
NameFileComparator |
Compare the names of two files for order (see File.getName() ).
|
class |
PathFileComparator |
Compare the path of two files for order (see File.getPath() ).
|
(package private) class |
ReverseFileComparator |
Reverses the result of comparing two File objects using the delegate Comparator .
|
class |
SizeFileComparator |
|