Java collections framework: Difference between revisions

Content deleted Content added
new in 1.2
m note about classes and interfaces
Line 5:
that implement commonly reusable collection [[data structure]]s. It was designed and developed primarily by [[Joshua Bloch]] and introduced in [[Java Development Kit|JDK]] 1.2.
 
Although it is a [[Software framework|framework]], it works in a manner of a '''library'''. The JCF provides both interfaces that define various collections and classes that implement them.
 
== See also ==