protected static class ByteComparators.NaturalImplicitComparator extends Object implements ByteComparator, 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, thenComparingcomparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reverseOrder, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLongpublic final int compare(byte a,
byte b)
ByteComparatorcompare in interface ByteComparatorComparatorpublic ByteComparator reversed()
reversed in interface ByteComparatorreversed in interface Comparator<Byte>Copyright © 2020. All rights reserved.