First page Back Continue Last page Graphics
Java Generic Data Structures and Coercion
The Java standard class library contains a few useful generic data structure classes and interfaces, such as:
- Hashtable
- Vector
- Stack
- Enumeration
These classes and interfaces are designed to deal with collections of objects
To be generally useful, they are declared to work generically on objects of type Object