protected static class ByteComparators.OppositeImplicitComparator extends java.lang.Object implements ByteComparator, java.io.Serializable
| Modifier | Constructor and Description |
|---|---|
protected |
OppositeImplicitComparator() |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(byte a,
byte b)
Compares its two primitive-type arguments for order.
|
ByteComparator |
reversed() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcompare, comparing, comparing, comparingDouble, comparingInt, comparingLong, thenComparing, thenComparingpublic final int compare(byte a,
byte b)
ByteComparatorcompare in interface ByteComparatorComparatorpublic ByteComparator reversed()
reversed in interface ByteComparatorreversed in interface java.util.Comparator<java.lang.Byte>