|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
| Method Summary | |
boolean |
gt(java.lang.Object o)
Determines whether this is greater than o. |
boolean |
intersects(java.lang.Object o)
Determines whether this intersects o. |
boolean |
lt(java.lang.Object o)
Determines whether this is less than o. |
boolean |
subsumes(java.lang.Object o)
Determines whether this subsumes o. |
| Methods inherited from interface java.lang.Comparable |
compareTo |
| Method Detail |
public boolean subsumes(java.lang.Object o)
o. If this equals
o then this subsumes o.
public boolean intersects(java.lang.Object o)
o.
public boolean lt(java.lang.Object o)
o.
public boolean gt(java.lang.Object o)
o.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||