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