public class Int extends java.lang.Object implements Any, NativeObject<java.lang.Integer>
| Modifier and Type | Method and Description |
|---|---|
Any |
divide(Any other) |
boolean |
equals(java.lang.Object obj) |
Type<Int> |
getType() |
Any |
greaterThan(Any other) |
Any |
isEqualTo(Any other) |
Any |
lessThan(Any other) |
Any |
minus(Any other) |
Any |
mod(Any other) |
Int |
negative() |
static Int |
of(int i) |
Any |
plus(Any other) |
Any |
pow(Any other) |
Slice |
rangeTo(Any other) |
Any |
times(Any 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 AnytoNative in interface NativeObject<java.lang.Integer>public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic Any greaterThan(Any other)
greaterThan in interface Any