public class PrimitiveAndWrapperDemo
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private int |
myInt |
| Constructor and Description |
|---|
PrimitiveAndWrapperDemo(int myInt) |
PrimitiveAndWrapperDemo(java.lang.Integer myInt) |
| Modifier and Type | Method and Description |
|---|---|
int |
getMyInt() |