Class SingletonImmutableSet<E>

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

@GwtCompatible(serializable=true, emulated=true) final class SingletonImmutableSet<E> extends ImmutableSet<E>
Implementation of ImmutableSet with exactly one element.