Java Fundamental Classes Reference

Previous Chapter 5
Collections
Next
 

5.3 Stacks

The Stack class is a subclass of Vector that implements a last-in-first-out (LIFO) object stack. The Stack class uses the following methods to provide stack behavior:


Previous Home Next
Vectors Book Index Hashtables

Java in a Nutshell Java Language Reference Java AWT Java Fundamental Classes Exploring Java