public final class Int extends Number implements Comparable
Modifier and Type | Field and Description |
---|---|
int |
value |
Constructor and Description |
---|
Int(int value) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Object obj) |
boolean |
equals(Object obj) |
int |
getType() |
void |
increment() |
String |
toString() |
resolveReferences, setToBeWritten, storeOffset, touch, write
public int compareTo(Object obj)
compareTo
in interface Comparable
public void increment()
Revision 4.0.15 / 20220727-0149