public class ByteComparator extends Object implements Comparator<Byte>
Modifier and Type | Field and Description |
---|---|
static ByteComparator |
INSTANCE
A static instance of a ByteComparator
|
Modifier and Type | Method and Description |
---|---|
int |
compare(Byte byte1,
Byte byte2)
Compare two bytes.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
comparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
public static final ByteComparator INSTANCE
public int compare(Byte byte1, Byte byte2)
compare
in interface Comparator<Byte>
byte1
- First bytebyte2
- Second byteCopyright © 2012–2024 Apache Mavibot Project Parent. All rights reserved.