Methods
Modifier and Type |
Method and Description |
void |
add(Integer value) |
static SFInt32 |
add(Integer lhs,
Integer rhs) |
static SFInt32 |
add(Integer lhs,
SFInt32 rhs) |
void |
add(SFInt32 value) |
static SFInt32 |
add(SFInt32 lhs,
Integer rhs) |
static SFInt32 |
add(SFInt32 lhs,
SFInt32 rhs) |
SFInt32 |
clone() |
static int |
compareTo(Integer lhs,
SFInt32 rhs) |
int |
compareTo(SFInt32 t) |
static int |
compareTo(SFInt32 lhs,
Integer rhs) |
static int |
compareTo(SFInt32 lhs,
SFInt32 rhs) |
static SFInt32 |
convert(SFFloat value) |
static SFInt32 |
convert(SFInt32 value) |
void |
divide(Integer value) |
static SFInt32 |
divide(Integer lhs,
Integer rhs) |
static SFInt32 |
divide(Integer lhs,
SFInt32 rhs) |
void |
divide(SFInt32 value) |
static SFInt32 |
divide(SFInt32 lhs,
Integer rhs) |
static SFInt32 |
divide(SFInt32 lhs,
SFInt32 rhs) |
static Boolean |
equals(Integer lhs,
SFInt32 rhs) |
boolean |
equals(Object o) |
static Boolean |
equals(SFInt32 lhs,
Integer rhs) |
static Boolean |
equals(SFInt32 lhs,
SFInt32 rhs) |
Integer |
getValue() |
int |
hashCode() |
void |
multiply(Integer value) |
static SFInt32 |
multiply(Integer lhs,
Integer rhs) |
static SFInt32 |
multiply(Integer lhs,
SFInt32 rhs) |
void |
multiply(SFInt32 value) |
static SFInt32 |
multiply(SFInt32 lhs,
Integer rhs) |
static SFInt32 |
multiply(SFInt32 lhs,
SFInt32 rhs) |
void |
setValue(Integer value) |
void |
subtract(Integer value) |
static SFInt32 |
subtract(Integer lhs,
Integer rhs) |
static SFInt32 |
subtract(Integer lhs,
SFInt32 rhs) |
void |
subtract(SFInt32 value) |
static SFInt32 |
subtract(SFInt32 lhs,
Integer rhs) |
static SFInt32 |
subtract(SFInt32 lhs,
SFInt32 rhs) |
String |
toString() |