public class MappedList<U,V> extends AbstractList<U>
modCount| Constructor and Description |
|---|
MappedList(List<V> list,
Function<V,U> mapper) |
| Modifier and Type | Method and Description |
|---|---|
U |
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, streamCopyright © 2001–2022 The Apache Software Foundation. All rights reserved.