Example #1
0
 @Override
 public int compare(Issue a, Issue b) {
   return Utl.compare(b.getDate(), a.getDate());
 }
Example #2
0
 @Override
 public int compareTo(BlogEntry other) {
   return Utl.compare(getDateAndTime(), other.getDateAndTime()) * -1;
 }