Modifier and Type | Field and Description |
---|---|
double |
j
the primitive value boxed by this instance
|
Modifier | Constructor and Description |
---|---|
private |
Box.Double(double c) |
Modifier and Type | Method and Description |
---|---|
static Box.Double |
mk(double c)
box a double value
|
java.lang.String |
toString() |
_e, _u, _v, constructor
public static final Box.Double mk(double c)
box a double value
public java.lang.String toString()
toString
in class java.lang.Object