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