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