public class Int extends java.lang.Object implements Obj, NativeObject<java.lang.Integer>
| Modifier and Type | Method and Description |
|---|---|
Obj |
divide(Obj other) |
boolean |
equals(java.lang.Object obj) |
Type<Int> |
getType() |
Obj |
greaterThan(Obj other) |
Obj |
invoke(java.util.List<Obj> args) |
Obj |
isEqualTo(Obj other) |
Obj |
lessThan(Obj other) |
Obj |
minus(Obj other) |
Obj |
mod(Obj other) |
Int |
negative() |
static Int |
of(int i) |
Obj |
plus(Obj other) |
Obj |
pow(Obj other) |
Slice |
rangeTo(Obj other) |
Obj |
times(Obj other) |
java.lang.Integer |
toNative() |
java.lang.String |
toString() |
int |
value() |
public static Int of(int i)
public int value()
public java.lang.Integer toNative()
toNative in interface NativeObject<java.lang.Integer>toNative in interface Objpublic java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic Obj greaterThan(Obj other)
greaterThan in interface Obj