private static class Lists.AbstractListWrapper<E>
extends java.util.AbstractList<E>
Modifier and Type | Field and Description |
---|---|
(package private) java.util.List<E> |
backingList |
Constructor and Description |
---|
AbstractListWrapper(java.util.List<E> backingList) |
Modifier and Type | Method and Description |
---|---|
void |
add(int index,
E element) |
boolean |
addAll(int index,
java.util.Collection<? extends E> c) |
boolean |
contains(java.lang.Object o) |
E |
get(int index) |
E |
remove(int index) |
E |
set(int index,
E element) |
int |
size() |
add, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, removeRange, subList
addAll, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
final java.util.List<E> backingList
AbstractListWrapper(java.util.List<E> backingList)