public class MutInteger extends Object
Modifier and Type | Field and Description |
---|---|
int |
value
Value of this mutable integer.
|
Constructor and Description |
---|
MutInteger()
Initializes a new instance of
MutInteger and sets the value to 0 . |
MutInteger(int aValue)
Initializes a new instance of
MutInteger . |
Copyright © 2019. All rights reserved.