public final class IntStack extends java.lang.Object
IntStack(int initialSize)
void
clear()
int
pop()
push(int s)
setSize(int newSize)
size()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public IntStack(int initialSize)
public int pop()
public void push(int s)
public void setSize(int newSize)
public void clear()
public int size()