Class Internal.IntListAdapter<T>

java.lang.Object
java.util.AbstractCollection<T>
java.util.AbstractList<T>
com.google.protobuf.Internal.IntListAdapter<T>
All Implemented Interfaces:
Iterable<T>, Collection<T>, List<T>, SequencedCollection<T>
Enclosing class:
Internal

public static class Internal.IntListAdapter<T> extends AbstractList<T>
Provides an immutable view of List<T> around an IntList.

Protobuf internal. Used in protobuf generated code only.