| |
The Collections Framework was designed such that the new
framework classes and the historical data structure classes can
interoperate. While it is good if you can have all your new code
use the new framework, sometimes you can't. The framework
provides much support for intermixing the two sets of
collections. In addition, you can develop with a subset of the
capabilities with JDK 1.1.
|