Class LastModifiedDateFileComparator
java.lang.Object
org.duracloud.mill.audit.generator.LastModifiedDateFileComparator
- All Implemented Interfaces:
Comparator<File>
Most recently modified files are returned first.
- Author:
- Daniel Bernstein Date: Sep 8, 2014
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Constructor Details
-
LastModifiedDateFileComparator
public LastModifiedDateFileComparator()
-
-
Method Details
-
compare
- Specified by:
comparein interfaceComparator<File>
-