|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Number org.onemind.commons.java.lang.MutableDouble
A mutable double
Constructor Summary | |
MutableDouble(double l)
{@inheritDoc} |
Method Summary | |
byte |
byteValue()
|
void |
dec(double i)
decrease by i |
double |
doubleValue()
|
float |
floatValue()
|
void |
inc(double i)
increase by i |
int |
intValue()
|
long |
longValue()
|
void |
set(double l)
Set the double value |
short |
shortValue()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public MutableDouble(double l)
l
- the valueMethod Detail |
public final void set(double l)
l
- the valuepublic final byte byteValue()
public final double doubleValue()
public final float floatValue()
public final int intValue()
public final long longValue()
public final short shortValue()
public void inc(double i)
i
- the value to increasepublic void dec(double i)
i
- the value to decreasepublic java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |