Class Internal.ListAdapter<F,T>

java.lang.Object
java.util.AbstractCollection<T>
java.util.AbstractList<T>
com.google.protobuf.Internal.ListAdapter<F,T>
All Implemented Interfaces:
Iterable<T>, Collection<T>, List<T>, SequencedCollection<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.