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) |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
private final int value
- References to the field:
- java/lang/Integer.java 12
- java/lang/Integer.java 20
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
integerValue
public int integerValue()
valueOf
public static Integer valueOf(int b)
- Locals in the method:
- b Line 16