java.lang
Class Double

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

public final class Double
extends Number

Field Summary
private final value
          
Constructor Summary
Double(double value)
           
 
Method Summary
public doubledoubleValue()
          
public static DoublevalueOf(double b)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Field Detail

value

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

Double

public  Double(double value)
Click to Locals in the Constructor
Call sites to the constructor:
java/lang/Double.java 16
junit/framework/Assert.java 86
junit/framework/Assert.java 86
junit/framework/Assert.java 88
junit/framework/Assert.java 88
Locals in the constructor:
value: Line 12
Method Detail

doubleValue

public double doubleValue()

valueOf

public static Double valueOf(double b)

Locals in the method:
b Line 16