Uses of Class
java.util.EmptyStackException

Packages that use EmptyStackException
java.util   
 

Uses of EmptyStackException in java.util
 

Methods in java.util that throw EmptyStackException
 Object Stack.peek()
          Looks at the object at the top of this stack without removing it from the stack.
 Object Stack.pop()
          Removes the object at the top of this stack and returns that object as the value of this function.