public class ByteArrayComparator
extends java.lang.Object
implements java.util.Comparator<byte[]>
| Modifier and Type | Field and Description |
|---|---|
static ByteArrayComparator |
INSTANCE |
| Constructor and Description |
|---|
ByteArrayComparator() |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(byte[] bytesOne,
byte[] bytesTwo) |
public static final ByteArrayComparator INSTANCE