protected static class ByteComparators.NaturalImplicitComparator extends java.lang.Object implements ByteComparator, java.io.Serializable
| Modifier | Constructor and Description |
|---|---|
protected |
NaturalImplicitComparator() |
| 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, 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>