| Modifier and Type | Method and Description |
|---|---|
E |
ArrayStack.pop()
Removes the top element from the stack.
|
E |
NodeStack.pop()
pop() remove the head node of the list
|
E |
Stack.pop()
Remove the top element from the stack.
|
E |
ArrayStack.top()
Inspects the element at the top of the stack.
|
E |
NodeStack.top() |
E |
Stack.top()
Inspect the element at the top of the stack.
|