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