The List Class

A sequenced collection that lets you add new items at any position in the sequence. A list generates and returns an index value for each item placed in the list. The returned index remains valid until the item is removed from the list.

The class List subclasses (specializes) The Object Class and inherits (specializes) in addition: