|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.electric.database.geometry.GenMath.MutableBoolean
public static class GenMath.MutableBoolean
Class to define a Boolean object that can be modified.
Constructor Summary | |
---|---|
GenMath.MutableBoolean(boolean value)
Constructor creates a MutableBoolean object with an initial value. |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public GenMath.MutableBoolean(boolean value)
value
- the initial value.Method Detail |
---|
public void setValue(boolean value)
value
- the new value.public boolean booleanValue()
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |