|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.proactive.core.util.wrapper.IntMutableWrapper
An reifiable object for wrapping the primitive Java type int
.
Use this class as result for ProActive asynchronous method calls.
Constructor Summary | |
IntMutableWrapper()
The no arguments constructor for ProActive. |
|
IntMutableWrapper(int value)
Construct an reifiable object for a int . |
Method Summary | |
boolean |
equals(java.lang.Object arg0)
|
int |
hashCode()
|
int |
intValue()
Return the value of the int . |
void |
setIntValue(int 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 IntMutableWrapper()
public IntMutableWrapper(int value)
int
.
value
- the primitive int
value.Method Detail |
public int intValue()
int
.
public void setIntValue(int 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 |