java.lang

Class Integer

public final class Integer extends Number implements Comparable<Integer>

Field Summary
static intMAX_VALUE
static intMIN_VALUE
static ClassTYPE
Constructor Summary
Integer(int value)
Integer(String s)
Method Summary
bytebyteValue()
intcompareTo(Integer anotherInteger)
static Integerdecode(String nm)
doubledoubleValue()
booleanequals(Object obj)
floatfloatValue()
static IntegergetInteger(String nm)
static IntegergetInteger(String nm, int val)
static IntegergetInteger(String nm, Integer val)
inthashCode()
intintValue()
longlongValue()
static intparseInt(String s, int radix)
static intparseInt(String s)
shortshortValue()
static StringtoBinaryString(int i)
static StringtoHexString(int i)
static StringtoOctalString(int i)
static StringtoString(int i, int radix)
static StringtoString(int i)
StringtoString()
static IntegervalueOf(String s, int radix)
static IntegervalueOf(String s)

Field Detail

MAX_VALUE

public static final int MAX_VALUE

MIN_VALUE

public static final int MIN_VALUE

TYPE

public static final Class TYPE

Constructor Detail

Integer

public Integer(int value)

Integer

public Integer(String s)

Method Detail

byteValue

public byte byteValue()

compareTo

public int compareTo(Integer anotherInteger)

decode

public static Integer decode(String nm)

doubleValue

public double doubleValue()

equals

public boolean equals(Object obj)

floatValue

public float floatValue()

getInteger

public static Integer getInteger(String nm)

getInteger

public static Integer getInteger(String nm, int val)

getInteger

public static Integer getInteger(String nm, Integer val)

hashCode

public int hashCode()

intValue

public int intValue()

longValue

public long longValue()

parseInt

public static int parseInt(String s, int radix)

parseInt

public static int parseInt(String s)

shortValue

public short shortValue()

toBinaryString

public static String toBinaryString(int i)

toHexString

public static String toHexString(int i)

toOctalString

public static String toOctalString(int i)

toString

public static String toString(int i, int radix)

toString

public static String toString(int i)

toString

public String toString()

valueOf

public static Integer valueOf(String s, int radix)

valueOf

public static Integer valueOf(String s)