public class MutableIntWrapper extends Object
A simple wrapper for a primitive int
value which is publically
mutable.
Modifier and Type | Field and Description |
---|---|
int |
value |
Constructor and Description |
---|
MutableIntWrapper() |
MutableIntWrapper(int value) |
Copyright © 2014. All rights reserved.