- Type Parameters:
T
- a type of Publication
- All Implemented Interfaces:
- java.util.Comparator<T>
- Enclosing class:
- Publication
public static class Publication.AdateComparator<T extends Publication>
extends BasicStorable.CdateComparator<T>
Compares two Publications using their Adate in descending order (newest date first).
Default to Cdate Comparison if the 2 Adate are the equals.
Note: this comparator imposes orderings that are inconsistent with equals.
- Since:
- jcms-5.1.1
- See Also:
BasicStorable.CdateComparator