Uses of Class
generics.StackEmptyException

Uses of StackEmptyException in generics
 

Methods in generics that throw StackEmptyException
 T Stack.peek()
          Returns the object at the top of this stack without removing it.
 T Stack.pop()
          Removes and returns the object at the top of this stack.