A browser with JavaScript enabled is required for this page to operate properly.
Trail: Collections
Lesson: Interfaces
Summary of Interfaces
Home Page > Collections > Interfaces

Summary of Interfaces

The core collection interfaces are the foundation of the Java Collections Framework.

The Java Collections Framework hierarchy consists of two distinct interface trees:

These interfaces allow collections to be manipulated independently of the details of their representation.

Problems with the examples? Try Compiling and Running the Examples: FAQs.
Complaints? Compliments? Suggestions? Give us your feedback.

Previous page: The SortedMap Interface
Next page: Questions and Exercises: Interfaces