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.
Previous page: The SortedMap Interface
Next page: Questions and Exercises: Interfaces