Package thredds.inventory
Class CollectionAbstract.DateSorter
- java.lang.Object
-
- thredds.inventory.CollectionAbstract.DateSorter
-
- All Implemented Interfaces:
Comparator<MFile>
- Enclosing class:
- CollectionAbstract
public class CollectionAbstract.DateSorter extends Object implements Comparator<MFile>
-
-
Constructor Summary
Constructors Constructor Description DateSorter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compare(MFile m1, MFile m2)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
-
-
-
Method Detail
-
compare
public int compare(MFile m1, MFile m2)
- Specified by:
compare
in interfaceComparator<MFile>
-
-