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