elements property

  1. @protected
List<E> elements
final

The underlying List containing all of the elements in this list.

Implementation

@protected
final List<E> elements;