public class JsonDouble extends JsonNumber<java.lang.Double>
| Modifier and Type | Field and Description |
|---|---|
double |
_value |
| Constructor and Description |
|---|
JsonDouble(double value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Double |
getValue() |
java.lang.String |
toString() |