public class ByteComparator extends Object implements Comparator<Byte>
Constructor and Description |
---|
ByteComparator() |
Modifier and Type | Method and Description |
---|---|
int |
compare(Byte byte1,
Byte byte2)
Compare two bytes.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
equals
public int compare(Byte byte1, Byte byte2)
compare
in interface Comparator<Byte>
byte1
- First bytebyte2
- Second byteCopyright © 2012-2013 Apache Mavibot Project Parent. All Rights Reserved.