|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.tigris.scarab.util.MutableBoolean
This class represents a mutable boolean, i.e. you can set it's state after creation.
| Field Summary | |
(package private) boolean |
state
The boolean state (true/false) |
| Constructor Summary | |
MutableBoolean(boolean theState)
The constructor defines the initial state of the instance. |
|
| Method Summary | |
boolean |
booleanValue()
Get the internal state. |
void |
set(boolean theState)
Set the internal state to true/false |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
boolean state
| Constructor Detail |
public MutableBoolean(boolean theState)
theState - | Method Detail |
public void set(boolean theState)
theState - public boolean booleanValue()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||