List Class

The List class encapsulates behavior required to reference objects by their position in the collection. This position is sometimes referred to as an index or subscript.

A list is an ordered collection.

For details about the methods defined in the List class, see "List Methods", in the following subsection.

Collection

Array