Package org.gjt.sp.util
Class IntegerArray
- java.lang.Object
-
- org.gjt.sp.util.IntegerArray
-
public class IntegerArray extends java.lang.ObjectA 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 voidadd(int num)voidclear()intget(int index)int[]getArray()intgetSize()voidsetSize(int len)
-