class Int extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private IntObserver |
o |
private int |
v |
| Constructor and Description |
|---|
Int(IntObserver o) |
| Modifier and Type | Method and Description |
|---|---|
void |
dec() |
int |
get() |
void |
inc() |
private IntObserver o
private int v
public Int(IntObserver o)