Java collections framework: Difference between revisions

Content deleted Content added
No edit summary
new in 1.2
Line 3:
 
The '''[[Java programming language|Java]] collections framework''' is a coupled set of [[class (computer science)|classes]] and [[interface (java)|interfaces]]
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'''.