class Int extends java.util.Observable
private int
v
Int()
void
dec()
int
get()
inc()
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
private int v
public int get()
public void inc()
public void dec()