java.lang
Class Long

java.lang.Object
   |
   +--java.lang.Long

public final class Long
extends Object

Field Summary
private final value
          
Constructor Summary
Long(long value)
           
 
Method Summary
public longlongValue()
          
public static LongvalueOf(long b)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Field Detail

value

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

Long

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

longValue

public long longValue()

valueOf

public static Long valueOf(long b)

Locals in the method:
b Line 16