public class IntRef extends Object
IntRef
is a reference for an int value.
note:
it's like a reference to an int value, meaning that the referred int value
can be changed through the referenceConstructor and Description |
---|
IntRef() |
Modifier and Type | Method and Description |
---|---|
int |
getValue()
Returns the integer value of this
IntRef |
void |
setValue(int theValue)
Sets the value.
|
Copyright © 2001–2017 University Health Network. All rights reserved.