public class MutableInteger extends Object
| Modifier and Type | Field and Description |
|---|---|
private int |
value |
| Constructor and Description |
|---|
MutableInteger(int value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
getValue() |
int |
hashCode() |
void |
increment() |
void |
setValue(int value) |