public static class Internal.ListAdapter<F,T>
extends java.util.AbstractList<T>
List<T> around a List<F>.
Protobuf internal. Used in protobuf generated code only.| Modifier and Type | Class and Description |
|---|---|
static interface |
Internal.ListAdapter.Converter<F,T>
Convert individual elements of the List from F to T.
|
| Constructor and Description |
|---|
Internal.ListAdapter(java.util.List<F> fromList,
Internal.ListAdapter.Converter<F,T> converter) |
| Modifier and Type | Method and Description |
|---|---|
T |
get(int index) |
int |
size() |
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subListaddAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringpublic Internal.ListAdapter(java.util.List<F> fromList, Internal.ListAdapter.Converter<F,T> converter)
public T get(int index)