Constructor and description |
---|
new([boolean])
Construct the mutable boolean. |
new(Boolean)
Construct the mutable boolean. |
new(AtomicBoolean)
Construct the mutable boolean. |
Modifier and type | Action and description |
---|---|
boolean | booleanValue
Convert to a boolean value. |
boolean | get
Replies the boolean value. |
void | set(boolean)
Change the boolean value. |
void | set(Boolean)
Change the boolean value. |
void | set(AtomicBoolean)
Change the boolean value. |
java.util.concurrent.atomic.AtomicBoolean | toAtomicBoolean
Convert to a Boolean value. |
java.lang.Boolean | toBoolean
Convert to a Boolean value. |
java.lang.String | toString |
new([boolean])
new(Boolean)
new(AtomicBoolean)
def booleanValue : boolean
def get : boolean
def set(boolean)
def set(Boolean)
def set(AtomicBoolean)
def toAtomicBoolean : java.util.concurrent.atomic.AtomicBoolean
def toBoolean : java.lang.Boolean
def toString : java.lang.String