| 
 | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object | +--MyInt
| Field Summary | |
|  int | x | 
| Constructor Summary | |
| MyInt() | |
| MyInt(int xx) | |
| Method Summary | |
| static void | main(java.lang.String[] argv) | 
|  int | value() | 
| Methods inherited from class java.lang.Object | 
| clone, 
equals, 
finalize, 
getClass, 
hashCode, 
notify, 
notifyAll, 
toString, 
wait, 
wait, 
wait | 
| Field Detail | 
public int x
| Constructor Detail | 
public MyInt()
public MyInt(int xx)
| Method Detail | 
public int value()
public static void main(java.lang.String[] argv)
| 
 | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||