public class BooleanHolder
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
boolean |
value
Value of the boolean, set and examined by the application as needed.
|
Constructor and Description |
---|
BooleanHolder()
Constructs a new
BooleanHolder with an initial value of
false . |
BooleanHolder(boolean b)
Constructs a new
BooleanHolder with a specific initial
value. |