Class IndexedImmutableSet<E>

All Implemented Interfaces:
Serializable, Iterable<E>, Collection<E>, Set<E>
Direct Known Subclasses:
ImmutableMapKeySet, ImmutableMultiset.EntrySet, JdkBackedImmutableSet, RegularImmutableMap.KeySet, RegularImmutableTable.CellSet

@GwtCompatible(emulated=true) abstract class IndexedImmutableSet<E> extends ImmutableSet.CachingAsList<E>