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