|
JML | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Objects whose compareTo operation is guaranteed not to throw an
UndefinedException and only throws a ClassCastException
when the class of the argument prohibits comparison.
| Method Summary | |
int |
compareTo(Object obj)
Compare this to obj, returning negative if this is strictly less than obj, 0 if they are equal, and positive otherwise. |
| Method Detail |
public int compareTo(Object obj)
throws ClassCastException,
NullPointerException
CompareTo
compareTo in interface CompareToClassCastException
NullPointerException
|
JML | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||