|
PCJ API Version 1.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface represents comparators of byte values. The comparator interface is used for defining new orderings for byte values.
Comparator
Method Summary | |
int |
compare(byte v1,
byte v2)
Compares two byte values for order. |
Method Detail |
public int compare(byte v1, byte v2)
v1
- the first byte value in the comparison.v2
- the second byte value in the comparison.
|
PCJ API Version 1.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |