Class MyInt

java.lang.Object
  |
  +--MyInt

public class MyInt
extends java.lang.Object


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

x

public int x
Constructor Detail

MyInt

public MyInt()

MyInt

public MyInt(int xx)
Method Detail

value

public int value()

main

public static void main(java.lang.String[] argv)