Class IndexedImmutableSet<E>

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

abstract class IndexedImmutableSet<E> extends ImmutableSet.CachingAsList<E>