taylorialcom/ DataStructures

List Interface

The List is implemented by both the ArrayList and the LinkedList.

This page assumes that you already understand the material on the Java Collection Framework page.

List Interface

List Implementations