|
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 char values. The comparator interface is used for defining new orderings for char values.
Comparator
Method Summary | |
int |
compare(char v1,
char v2)
Compares two char values for order. |
Method Detail |
public int compare(char v1, char v2)
v1
- the first char value in the comparison.v2
- the second char 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 |