D G I M P S T

P

peek() - Method in class generics.Stack
Returns the object at the top of this stack without removing it.
peek() - Method in interface generics.StackADT
Returns the object at the top of this stack without removing it.
pop() - Method in class generics.Stack
Removes and returns the object at the top of this stack.
pop() - Method in interface generics.StackADT
Removes and returns the object at the top of this stack.
push(T) - Method in class generics.Stack
Pushes an object onto the top of this stack.
push(T) - Method in interface generics.StackADT
Pushes an object onto the top of this stack.

D G I M P S T