elements property

List<T> elements
final

The elements of the array as a zero-based ordered collection of T.

Implementation

final List<T> elements;