|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--mascoptDev.utils.MutableDouble
Constructor Summary | |
MutableDouble(double d)
Constructor |
|
MutableDouble(Double D)
Constructor |
|
MutableDouble(MutableDouble c)
Constructor |
Method Summary | |
double |
doubleValue()
Return the value of a MutableDouble |
MutableDouble |
setValue(double d)
Change the value of the MutableDouble |
MutableDouble |
setValue(Double D)
Change the value of the MutableDouble |
MutableDouble |
setValue(MutableDouble c)
Change the value of the MutableDouble |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MutableDouble(MutableDouble c)
c
- Build un MutableDouble with the value of cpublic MutableDouble(double d)
d
- The value of the MutableDoublepublic MutableDouble(Double D)
D
- The value of the MutableDoubleMethod Detail |
public double doubleValue()
public MutableDouble setValue(double d)
d
- The new value of the Mutable Double
public MutableDouble setValue(MutableDouble c)
c
- The new value of the Mutable Double
public MutableDouble setValue(Double D)
D
- The new value of the Mutable Double
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |