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