Class Internal.ListAdapter<F,​T>

  • All Implemented Interfaces:
    Iterable<T>, Collection<T>, List<T>
    Enclosing class:
    Internal

    public static class Internal.ListAdapter<F,​T>
    extends AbstractList<T>
    Provides an immutable view of List<T> around a List<F>.

    Protobuf internal. Used in protobuf generated code only.