E F G H I L N P R S T 

P

peek() - Method in class lab.util.Stack
Returns the element that is on the top of this stack without popping it from the stack.
pop() - Method in class lab.util.Stack
Pop an element from the top of the stack returning the element.
push(E) - Method in class lab.util.Stack
Push an element onto the top of the stack.
E F G H I L N P R S T