public class ByteArrayComparator extends Object implements Comparator<byte[]>
Constructor and Description |
---|
ByteArrayComparator() |
Modifier and Type | Method and Description |
---|---|
int |
compare(byte[] byteArray1,
byte[] byteArray2)
Compare two byte arrays.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
equals
public int compare(byte[] byteArray1, byte[] byteArray2)
compare
in interface Comparator<byte[]>
byteArray1
- First byteArraybyteArray2
- Second byteArrayCopyright © 2012-2013 Apache Mavibot Project Parent. All Rights Reserved.