int |
JsLong.compareTo(JsLong o) |
Compares two JsLong objects numerically.
|
boolean |
JsBigDec.equals(JsLong jsLong) |
returns true if this bigdecimal and the specified long represent the same number
|
boolean |
JsBigInt.equals(JsLong jsLong) |
returns true if this bigint and the specified long represent the same number
|
boolean |
JsDouble.equals(JsLong jsLong) |
returns true if this double and the specified long represent the same number
|
boolean |
JsInt.equals(JsLong jsLong) |
returns true if this integer and the specified long represent the same number
|
JsLong |
JsLong.minus(JsLong that) |
subtract this long from the specified one
|
JsLong |
JsLong.plus(JsLong that) |
adds up this long to the specified one
|
JsLong |
JsLong.times(JsLong that) |
multiplies this long by the specified one
|