public class BooleanReference
extends java.lang.Object
| Constructor and Description | 
|---|
| BooleanReference()Initialize. | 
| BooleanReference(boolean value)Initialize. | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | get()Returns the value. | 
| void | set(boolean value)Set the value. | 
| java.lang.String | toString() |