Collections

List

English

Overview

A data structure that stores multiple elements while preserving order.

Details

A collection that preserves insertion order and supports index-based access. Duplicate elements are allowed, and unlike an array, most implementations can resize dynamically.

More Programming terms