Start of Tutorial > Start of Trail > Start of Lesson |
Search
Feedback Form |
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.
Start of Tutorial > Start of Trail > Start of Lesson |
Search
Feedback Form |
Copyright 1995-2005 Sun Microsystems, Inc. All rights reserved.