java.lang
Class Integer

java.lang.Object
   |
   +--java.lang.Number
         |
         +--java.lang.Integer

public final class Integer
extends Number

Field Summary
private final value
          
Constructor Summary
Integer(int value)
           
 
Method Summary
public intintegerValue()
          
public static IntegervalueOf(int b)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Field Detail

value

private final int value
References to the field:
java/lang/Integer.java 12
java/lang/Integer.java 20
Constructor Detail

Integer

public  Integer(int value)
Click to Locals in the Constructor
Call sites to the constructor:
java/lang/Integer.java 16
junit/framework/Assert.java 181
junit/framework/Assert.java 181
Locals in the constructor:
value: Line 12
Method Detail

integerValue

public int integerValue()

valueOf

public static Integer valueOf(int b)

Locals in the method:
b Line 16