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