public class RefInt
extends java.lang.Object
| Constructor and Description |
|---|
RefInt(int value)
Initializes a new instance of this class.
|
RefInt(long value)
Initializes a new instance of this class.
|
| Modifier and Type | Method and Description |
|---|---|
int |
get() |
int |
set(int anotherValue) |
int |
set(long anotherValue) |
java.lang.String |
toString() |