Class QuickInfoDateComparatorDesc

java.lang.Object
org.silverpeas.components.quickinfo.service.QuickInfoDateComparatorDesc
All Implemented Interfaces:
Comparator<News>

public class QuickInfoDateComparatorDesc extends Object implements Comparator<News>
  • Field Details

  • Constructor Details

    • QuickInfoDateComparatorDesc

      public QuickInfoDateComparatorDesc()
  • Method Details

    • compare

      public int compare(News pd1, News pd2)
      This result is reversed as we want a descending sort.
      Specified by:
      compare in interface Comparator<News>