public class DoubleHolder
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
double |
value
Value of the double, set and examined by the application as needed.
|
Constructor and Description |
---|
DoubleHolder()
Constructs a new
DoubleHolder with an initial value of 0. |
DoubleHolder(double d)
Constructs a new
DoubleHolder with a specific initial
value. |