public class ByteArrayComparator extends Object implements Comparator<byte[]>
unsigned byte values (meaning
that 0xFF is creator than 0x00, for example).| Constructor and Description |
|---|
ByteArrayComparator() |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(byte[] o1,
byte[] o2) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcomparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLongpublic int compare(byte[] o1,
byte[] o2)
compare in interface Comparator<byte[]>Copyright © 2022 FasterXML. All rights reserved.