public class MutableBoolean
extends java.lang.Object
Constructor and Description |
---|
MutableBoolean(boolean b)
Create a mutable boolean value.
|
Modifier and Type | Method and Description |
---|---|
boolean |
get()
Get the value of this object.
|
void |
set(boolean value)
Set the value of this object.
|