Creates an UnmodifiableSetView of source.
source
UnmodifiableSetView(Set<E> source) : _source = source;