public class IntArray extends Object
Constructor and Description |
---|
IntArray() |
Modifier and Type | Method and Description |
---|---|
void |
add(int value) |
void |
clear() |
int[] |
getInternalArray() |
int |
removeLast() |
int |
size() |
int[] |
toArray(int[] result) |