public static class Internal.ListAdapter<F,T> extends 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.
|
modCount
Constructor and Description |
---|
ListAdapter(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, subList
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
addAll, contains, containsAll, isEmpty, remove, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArray
parallelStream, removeIf, stream
public ListAdapter(List<F> fromList, Internal.ListAdapter.Converter<F,T> converter)
Copyright © 2008–2020. All rights reserved.