Class ImmutableCollections.List1<E>

All Implemented Interfaces:
Serializable, Iterable<E>, Collection<E>, List<E>, RandomAccess
Enclosing class:
ImmutableCollections

private static class ImmutableCollections.List1<E> extends ImmutableCollections.AbstractImmutableList<E>
  • Field Details

    • element

      private final E element
  • Constructor Details

    • List1

      private List1(E element)
  • Method Details