| Constructor and Description |
|---|
VncLong(java.lang.Integer v) |
VncLong(java.lang.Long v) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(VncVal o) |
VncLong |
copy() |
VncLong |
dec() |
boolean |
equals(java.lang.Object obj) |
java.lang.Long |
getValue() |
VncConstant |
gt(VncVal other) |
VncConstant |
gte(VncVal other) |
int |
hashCode() |
VncLong |
inc() |
VncConstant |
lt(VncVal other) |
VncConstant |
lte(VncVal other) |
VncBigDecimal |
toDecimal() |
VncDouble |
toDouble() |
java.lang.String |
toString() |
getMeta, getMetaVal, getMetaVal, isList, setMeta, setMetaVal, toStringpublic VncLong(java.lang.Long v)
public VncLong(java.lang.Integer v)
public java.lang.Long getValue()
public VncLong inc()
public VncLong dec()
public VncConstant lt(VncVal other)
public VncConstant lte(VncVal other)
public VncConstant gt(VncVal other)
public VncConstant gte(VncVal other)
public VncDouble toDouble()
public VncBigDecimal toDecimal()
public int compareTo(VncVal o)
public java.lang.String toString()
toString in class java.lang.Object