Package com.strobel.core
Class IntegerBox
- java.lang.Object
-
- com.strobel.core.IntegerBox
-
- All Implemented Interfaces:
IStrongBox
public final class IntegerBox extends java.lang.Object implements IStrongBox
-
-
Field Summary
Fields Modifier and Type Field Description int
value
-
Constructor Summary
Constructors Constructor Description IntegerBox()
IntegerBox(int value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Integer
get()
void
set(java.lang.Object value)
-
-
-
Method Detail
-
get
public java.lang.Integer get()
- Specified by:
get
in interfaceIStrongBox
-
set
public void set(java.lang.Object value)
- Specified by:
set
in interfaceIStrongBox
-
-