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