Field Summary |
|
static final int | MAX_VALUE |
static final int | MIN_VALUE |
Constructor Summary |
Integer(int n) Create an immutable object with a specific int value |
Method Summary |
|
double | doubleValue() |
bool | equals(Object obj) |
float | floatValue() |
int | hashCode() |
int | intValue() |
static int | parseInt(String s) |
String | toString() |
Field Detail |
Constructor Detail |
public Integer(int n)
Create an immutable object with a specific int value
Method Detail |
public double doubleValue()
public bool equals(Object obj)
public float floatValue()
public int hashCode()
public int intValue()
public static int parseInt(String s)
public String toString()