public static class Bytes.ByteArrayComparator extends java.lang.Object implements RawComparator<byte[]>
| Constructor and Description |
|---|
ByteArrayComparator()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
int |
compare(byte[] left,
byte[] right) |
int |
compare(byte[] b1,
int s1,
int l1,
byte[] b2,
int s2,
int l2) |
public int compare(byte[] left,
byte[] right)
compare in interface java.util.Comparator<byte[]>public int compare(byte[] b1,
int s1,
int l1,
byte[] b2,
int s2,
int l2)
compare in interface RawComparator<byte[]>Copyright © 2019 The Apache Software Foundation