public class IntReference
extends java.lang.Object
| Constructor and Description | 
|---|
| IntReference()Initialize. | 
| IntReference(int value)Initialize. | 
| Modifier and Type | Method and Description | 
|---|---|
| int | get()Returns the value. | 
| void | set(int value)Set the value. | 
| java.lang.String | toString() |