| Modifier and Type | Field and Description |
|---|---|
Double |
value
The
Double contained by this holder. |
| Constructor and Description |
|---|
DoubleWrapperHolder()
Make a new
DoubleWrapperHolder with a null value. |
DoubleWrapperHolder(Double value)
Make a new
DoubleWrapperHolder with value as
the value. |
public Double value
Double contained by this holder.public DoubleWrapperHolder()
DoubleWrapperHolder with a null value.public DoubleWrapperHolder(Double value)
DoubleWrapperHolder with value as
the value.value - the Double to holdCopyright © The Apache Software Foundation. All Rights Reserved.