|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectrailo.commons.lang.types.RefDoubleImpl
public final class RefDoubleImpl
Integer Type that can be modified
Constructor Summary | |
---|---|
RefDoubleImpl()
Constructor of the class |
|
RefDoubleImpl(double value)
|
Method Summary | |
---|---|
void |
minus(double value)
operation minus |
void |
plus(double value)
operation plus |
void |
setValue(double value)
|
Double |
toDouble()
|
double |
toDoubleValue()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public RefDoubleImpl(double value)
public RefDoubleImpl()
Method Detail |
---|
public void setValue(double value)
setValue
in interface RefDouble
RefDouble.setValue(double)
public void plus(double value)
RefDouble
plus
in interface RefDouble
RefDouble.plus(double)
public void minus(double value)
RefDouble
minus
in interface RefDouble
RefDouble.minus(double)
public Double toDouble()
toDouble
in interface RefDouble
RefDouble.toDouble()
public double toDoubleValue()
toDoubleValue
in interface RefDouble
RefDouble.toDoubleValue()
public String toString()
toString
in class Object
Object.toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |