public class IntegerStack extends java.lang.Object
Description:
Title:首亨软件 - TSS/CRM等
static int
instances
IntegerStack()
IntegerStack(int stackDepth)
int
elementAt(int index)
boolean
isEmpty()
peek()
pop()
void
push(int what)
removeAllElements()
size()
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static int instances
public IntegerStack()
public IntegerStack(int stackDepth)
public final int peek()
public final int pop()
public final void push(int what)
public final boolean isEmpty()
public final int size()
public final int elementAt(int index)
public final void removeAllElements()