Package
Class
Tree
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
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
Package
Class
Tree
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes