DelegatingSet<E> constructor

const DelegatingSet<E>(Set<E> base)

Implementation

const DelegatingSet(Set<E> base) : super(base);