I P S

I

isEmpty() - Method in class Stack1
returns true if the stack is Empty
isFull() - Method in class Stack1
returns true if the stack is Full

P

pop() - Method in class Stack1
pop a value of the stack
push(int) - Method in class Stack1
push an int onto the stack

S

Stack1 - Class in <Unnamed>
Provides a Stack object for storing int's
Stack1() - Constructor for class Stack1
Constructor for objects of class Stack1

I P S