public final class DoubleHolder extends Object
| Modifier and Type | Field and Description |
|---|---|
double |
value
The double value held by this object.
|
| Constructor and Description |
|---|
DoubleHolder()
Instantiates a DoubleHolder object with the initial value 0.0.
|
DoubleHolder(double value)
Instantiates a DoubleHolder object with the initial value given.
|
Copyright © 2010 - 2020 Adobe. All Rights Reserved