org.dxc.api.datatypes
Class RealValue
Object
org.dxc.api.datatypes.Value
org.dxc.api.datatypes.RealValue
public class RealValue
- extends Value
Real (Double) Value type.
Method Summary |
boolean |
equals(Object o)
|
double |
get()
|
int |
hashCode()
|
OutputStream |
put(OutputStream os)
Print the value to an output stream. |
Methods inherited from class Object |
getClass, notify, notifyAll, wait, wait, wait |
RealValue
public RealValue(double value)
put
public OutputStream put(OutputStream os)
- Description copied from class:
Value
- Print the value to an output stream.
- Specified by:
put
in class Value
get
public double get()
equals
public boolean equals(Object o)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object