@Deprecated(since="9")
public Double (double value)

Deprecated: It is rarely appropriate to use this constructor. The static factory valueOf(double) is generally a better choice, as it is likely to yield significantly better space and time performance.

Constructs a newly allocated Double object that represents the primitive double argument.

Parameters:
value    the value to be represented by the Double.