public class IntList extends java.lang.Object
int[]
ints
int
size
IntList()
void
add(int x)
remove(int idx)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public int[] ints
public int size
public IntList()
public void add(int x)
public void remove(int idx)