public abstract class ReversibleComparator extends Object implements Comparator
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
ascending |
| Constructor and Description |
|---|
ReversibleComparator() |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(Object a,
Object b) |
abstract int |
compareReverse(Object a,
Object b) |
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, thenComparingLongCopyright © 2019. All rights reserved.