|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.proactive.core.util.wrapper.BooleanMutableWrapper
An reifiable object for wrapping the primitive Java type boolean
.
Use this class as result for ProActive asynchronous method calls.
Constructor Summary | |
BooleanMutableWrapper()
The no arguments constructor for ProActive. |
|
BooleanMutableWrapper(boolean value)
Construct an reifiable object for a boolean . |
Method Summary | |
boolean |
booleanValue()
Return the value of the boolean . |
boolean |
equals(java.lang.Object arg0)
|
int |
hashCode()
|
void |
setBooleanValue(boolean value)
Set the value with a new one. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public BooleanMutableWrapper()
public BooleanMutableWrapper(boolean value)
boolean
.
value
- the primitive boolean
value.Method Detail |
public boolean booleanValue()
boolean
.
public void setBooleanValue(boolean value)
value
- the new value.public java.lang.String toString()
Object.toString()
public boolean equals(java.lang.Object arg0)
Object.equals(java.lang.Object)
public int hashCode()
Object.hashCode()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |