Class UnionSetView<E>

Type Parameters:
E - the elements
All Implemented Interfaces:
Iterable<E>, Collection<E>, Set<E>

public final class UnionSetView<E> extends AbstractUnmodifiableCollection<E> implements Set<E>
Author:
Mathias Hofer