Class IntegerArray

java.lang.Object
org.gjt.sp.util.IntegerArray

public class IntegerArray extends Object
A simple collection that stores integers and grows automatically.
  • 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()