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