Class ImmutableSet.CachingAsList<E>

All Implemented Interfaces:
Serializable, Iterable<E>, Collection<E>, Set<E>
Direct Known Subclasses:
ImmutableMapEntrySet, ImmutableSet.Indexed, ImmutableSortedSet, IndexedImmutableSet, RegularImmutableSet
Enclosing class:
ImmutableSet<E>

@GwtCompatible abstract static class ImmutableSet.CachingAsList<E> extends ImmutableSet<E>
  • Field Details

  • Constructor Details

    • CachingAsList

      CachingAsList()
  • Method Details