public class ImmutableConvertedList<A,B> extends AbstractList<B>
modCount| Constructor and Description |
|---|
ImmutableConvertedList(List<A> base,
Function<A,B> converter) |
| Modifier and Type | Method and Description |
|---|---|
B |
get(int index) |
B |
set(int index,
B element) |
int |
size() |
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, 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 int size()
size in interface Collection<B>size in interface List<B>size in class AbstractCollection<B>public B get(int index)
Copyright © 2022 vpc open source initiative. All rights reserved.