public final class IntegerHolder extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
value
The int value held by this object.
|
| Constructor and Description |
|---|
IntegerHolder()
Instantiates an IntegerHolder object with the initial value 0.
|
IntegerHolder(int value)
Instantiates an IntegerHolder object with the initial value given.
|
Copyright © 2010 - 2020 Adobe. All Rights Reserved