public class DescendingOrderComparator extends Object implements Comparator<Orderable>
| Constructor and Description |
|---|
DescendingOrderComparator() |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(Orderable orderable1,
Orderable orderable2) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcomparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLongpublic int compare(Orderable orderable1, Orderable orderable2)
compare in interface Comparator<Orderable>Copyright © 2019 Communote team. All rights reserved.