public final class ListAdapter<F,T> extends AbstractList<T>
List<T> around a List<F>.
Internal class - used in generated code only.| Modifier and Type | Class and Description |
|---|---|
static interface |
ListAdapter.Converter<F,T>
Convert individual elements of the List from F to T.
|
modCount| Constructor and Description |
|---|
ListAdapter(List<F> fromList,
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, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddAll, contains, containsAll, isEmpty, remove, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArrayparallelStream, removeIf, streampublic ListAdapter(List<F> fromList, ListAdapter.Converter<F,T> converter)
Copyright © 2009–2022. All rights reserved.