UnmodifiableSetView<E> constructor

UnmodifiableSetView<E>(Set<E> setBase)

Implementation

UnmodifiableSetView(Set<E> setBase) : super(setBase);