protected static class BooleanComparators.OppositeImplicitComparator extends java.lang.Object implements BooleanComparator, java.io.Serializable
| Modifier | Constructor and Description |
|---|---|
protected |
OppositeImplicitComparator() |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(boolean a,
boolean b)
Compares its two primitive-type arguments for order.
|
BooleanComparator |
reversed() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcompare, thenComparing, thenComparingpublic final int compare(boolean a,
boolean b)
BooleanComparatorcompare in interface BooleanComparatorComparatorpublic BooleanComparator reversed()
reversed in interface BooleanComparatorreversed in interface java.util.Comparator<java.lang.Boolean>