internalList property

  1. @protected
Iterable<E> internalList
final

The internal representation of the unmodifiable list. Not guarunteed to be unmodifiable.

Implementation

@protected
final Iterable<E> internalList;