public class CMutableBoolean
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) static short |
STATUS_FALSE |
(package private) static short |
STATUS_NOT_INSTANTIATED |
(package private) static short |
STATUS_TRUE |
Constructor and Description |
---|
CMutableBoolean()
Construct a
CReturnNumber object. |
CMutableBoolean(boolean booleanValue) |
Modifier and Type | Method and Description |
---|---|
boolean |
isFalse() |
boolean |
isNull() |
boolean |
isTrue() |
void |
setBoolean(boolean booleanValue)
Set the boolean
|
java.lang.String |
toString() |
static final short STATUS_NOT_INSTANTIATED
static final short STATUS_FALSE
static final short STATUS_TRUE