Stack.pop

Stack.pop

Class Overview | Class Members | This Package | All Packages

Syntax
public synchronized Object pop()
Returns
The object at the top of this stack.
Description
Removes the object at the top of this stack and returns that object as the value of this function.

Exceptions
EmptyStackException if this stack is empty.