public class ByteComparator
extends java.lang.Object
implements java.util.Comparator<java.lang.Byte>
| Modifier and Type | Field and Description |
|---|---|
static ByteComparator |
INSTANCE
A static instance of a ByteComparator
|
| Modifier | Constructor and Description |
|---|---|
private |
ByteComparator()
A private constructor of the ByteComparator class
|
| Modifier and Type | Method and Description |
|---|---|
int |
compare(java.lang.Byte byte1,
java.lang.Byte byte2)
Compare two bytes.
|
public static final ByteComparator INSTANCE