Class RegularImmutableSet<E>

All Implemented Interfaces:
Serializable, Iterable<E>, Collection<E>, Set<E>

@GwtCompatible(serializable=true, emulated=true) final class RegularImmutableSet<E> extends ImmutableSet.CachingAsList<E>
Implementation of ImmutableSet with two or more elements.