|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Comparable
Comparable interface that must be implemented by Objects that can be compared to another one.
Convert.qsort(totalcross.lang.Object[], int, int),
Convert.qsort(totalcross.lang.Object[], int, int, int),
Convert.qsort(totalcross.lang.Object[], int, int, int, boolean)| Method Summary | |
|---|---|
int |
compareTo(Object other)
Must return > 0 if this object is greater than the other one, < 0 if its smaller, and 0 if they are equal. |
| Method Detail |
|---|
int compareTo(Object other)
throws totalcross.lang.ClassCastException
totalcross.lang.ClassCastException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||