public class IntegerArray
extends java.lang.Object
| Constructor and Description | 
|---|
| IntegerArray() | 
| IntegerArray(int initialSize) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | add(int num) | 
| void | clear() | 
| int | get(int index) | 
| int[] | getArray() | 
| int | getSize() | 
| void | setSize(int len) |