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