public class JSDouble extends Object implements IJSObject, INativeObject<Double>
| Constructor and Description |
|---|
JSDouble(double v) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(IJSObject other) |
com.google.gwt.json.client.JSONValue |
getJSONValue() |
String |
getType() |
Double |
getValue() |
boolean |
isEquals(IJSObject other) |
static JSDouble |
parse(com.google.gwt.json.client.JSONValue v) |
String |
toString() |
public static final String TYPE
public static JSDouble parse(com.google.gwt.json.client.JSONValue v)
public int compareTo(IJSObject other)
compareTo in interface Comparable<IJSObject>public Double getValue()
getValue in interface INativeObject<Double>public com.google.gwt.json.client.JSONValue getJSONValue()
getJSONValue in interface IJSObjectCopyright © 2018. All rights reserved.