Package org.gjt.sp.util
Class IntegerArray
- java.lang.Object
-
- org.gjt.sp.util.IntegerArray
-
public class IntegerArray extends java.lang.Object
A simple collection that stores integers and grows automatically.
-
-
Constructor Summary
Constructors Constructor Description IntegerArray()
IntegerArray(int initialSize)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
add(int num)
void
clear()
int
get(int index)
int[]
getArray()
int
getSize()
void
setSize(int len)
-