Package org.gjt.sp.util
Class IntegerArray
java.lang.Object
org.gjt.sp.util.IntegerArray
A simple collection that stores integers and grows automatically.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
IntegerArray
public IntegerArray() -
IntegerArray
public IntegerArray(int initialSize)
-
-
Method Details
-
add
public void add(int num) -
get
public final int get(int index) -
getSize
public final int getSize() -
setSize
public final void setSize(int len) -
clear
public final void clear() -
getArray
public int[] getArray()
-