DelegatingList<E> constructor

const DelegatingList<E>(List<E> base)

Implementation

const DelegatingList(List<E> base) : super(base);