Package generics

Interface Summary
StackADT<T>  
 

Class Summary
Stack<T> This Stack class represents a last-in-first-out (LIFO) stack of objects.
 

Exception Summary
StackEmptyException  
StackFullException