Package com.strobel.core
Class DoubleBox
java.lang.Object
com.strobel.core.DoubleBox
- All Implemented Interfaces:
IStrongBox
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
value
public double value
-
-
Constructor Details
-
DoubleBox
public DoubleBox() -
DoubleBox
public DoubleBox(double value)
-
-
Method Details
-
get
- Specified by:
get
in interfaceIStrongBox
-
set
- Specified by:
set
in interfaceIStrongBox
-