Package edu.ucsb.cs156.courses.documents
Class ConvertedSection.ConvertedSectionSortDescendingByQuarterComparator
java.lang.Object
edu.ucsb.cs156.courses.documents.ConvertedSection.ConvertedSectionSortDescendingByQuarterComparator
- All Implemented Interfaces:
Comparator<ConvertedSection>
- Enclosing class:
ConvertedSection
public static class ConvertedSection.ConvertedSectionSortDescendingByQuarterComparator
extends Object
implements Comparator<ConvertedSection>
-
Constructor Summary
Constructors -
Method Summary
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
-
Constructor Details
-
ConvertedSectionSortDescendingByQuarterComparator
public ConvertedSectionSortDescendingByQuarterComparator()
-
-
Method Details
-
compare
- Specified by:
compare
in interfaceComparator<ConvertedSection>
-