Class ImmutableSetFacade<E>

Type Parameters:
E - the element type
All Implemented Interfaces:
Iterable<E>, ImmutableCollection<E>, ImmutableSet<E>, ReadOnlyCollection<E>, ReadOnlySet<E>

public class ImmutableSetFacade<E> extends AbstractReadOnlySet<E> implements ImmutableSet<E>
Provides a ImmutableSet facade to a set of ImmutableSet functions.