@InterfaceAudience.Public @InterfaceStability.Stable public static class Bytes.ByteArrayComparator extends java.lang.Object
| 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) |