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.

首页