public final class Int32_Impl_
extends java.lang.Object
| Constructor and Description |
|---|
Int32_Impl_() |
| Modifier and Type | Method and Description |
|---|---|
static int |
add(int a,
int b) |
static int |
addInt(int a,
int b) |
static int |
clamp(int x) |
static int |
intSub(int a,
int b) |
static int |
postDecrement(int this1) |
static int |
postIncrement(int this1) |
static int |
preDecrement(int this1) |
static int |
preIncrement(int this1) |
static int |
sub(int a,
int b) |
static int |
subInt(int a,
int b) |
static double |
toFloat(int this1) |
static int |
ucompare(int a,
int b) |
public static int preIncrement(int this1)
public static int postIncrement(int this1)
public static int preDecrement(int this1)
public static int postDecrement(int this1)
public static int add(int a,
int b)
public static int addInt(int a,
int b)
public static int sub(int a,
int b)
public static int subInt(int a,
int b)
public static int intSub(int a,
int b)
public static double toFloat(int this1)
public static int ucompare(int a,
int b)
public static int clamp(int x)