public class IcedDouble extends Iced<IcedDouble>
Modifier and Type | Field and Description |
---|---|
double |
_val |
Constructor and Description |
---|
IcedDouble() |
IcedDouble(double v) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
IcedDouble |
setVal(double atd) |
java.lang.String |
toString() |
asBytes, clone, copyOver, frozenType, read, readExternal, readJSON, reloadFromBytes, toJsonBytes, toJsonString, write, writeExternal, writeJSON
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
public IcedDouble setVal(double atd)