Previous | Next | Trail Map | To 1.1 -- And Beyond! | A Preview of Things to Come

Collections

The Java Collections API is a unified framework for representing and manipulating collections, allowing them to be manipulated independent of the details of their representation. It allows for interoperability among unrelated APIs, reduces the effort in designing and learning new APIs that would otherwise have their own collection interfaces, and fosters software reuse. The API includes interfaces, concrete implementations, abstract implementations, and a few polymorphic algorithms.


Previous | Next | Trail Map | To 1.1 -- And Beyond! | A Preview of Things to Come