Prior To Java 2
Prior To Java 2
manipulate groups of objects. Although these classes were quite useful, they lacked a central, unifying theme. Thus,
the way that you used Vector was different from the way that you used Properties.
The collections framework was designed to meet several goals.
The framework had to be high-performance. The implementations for the fundamental collections (dynamic arrays,
linked lists, trees, and hashtables) are highly efficient.
The framework had to allow different types of collections to work in a similar manner and with a high degree of
interoperability.