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