|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IntComparator
Compare two integers.
| Method Summary | |
|---|---|
int |
compare(int i,
int j)
Compare two ints. |
| Method Detail |
|---|
int compare(int i,
int j)
i - first int.j - second int.
-1 if i < j; 1 if
i > j; 0 if i == j.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||