public static class GenMath.MutableBoolean
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
GenMath.MutableBoolean(boolean value)
Constructor creates a MutableBoolean object with an initial value.
|
Modifier and Type | Method and Description |
---|---|
boolean |
booleanValue()
Method to return the value of this MutableBoolean.
|
void |
setValue(boolean value)
Method to change the value of this MutableBoolean.
|
java.lang.String |
toString()
Returns a printable version of this MutableBoolean.
|
public GenMath.MutableBoolean(boolean value)
value
- the initial value.public void setValue(boolean value)
value
- the new value.public boolean booleanValue()
public java.lang.String toString()
toString
in class java.lang.Object