UnmodifiableSetView<E> constructor

UnmodifiableSetView<E>(
  1. Set<E> setBase
)

Implementation

UnmodifiableSetView(super.setBase);