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