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