public class MutableInt
extends java.lang.Object
Mutable value of type int
.
Constructor and Description |
---|
MutableInt() |
Modifier and Type | Method and Description |
---|---|
void |
add(int value)
Increment the valueer.
|
int |
getValue()
Mutable
int value. |
void |
setValue(int value)
Mutable
int value. |