class AbstractMapBasedMultimap.WrappedList extends AbstractMapBasedMultimap.WrappedCollection implements java.util.List<V>
| Modifier and Type | Class and Description |
|---|---|
private class |
AbstractMapBasedMultimap.WrappedList.WrappedListIterator
ListIterator decorator.
|
AbstractMapBasedMultimap.WrappedCollection.WrappedIteratorancestor, ancestorDelegate, delegate, key| Constructor and Description |
|---|
WrappedList(K key,
java.util.List<V> delegate,
AbstractMapBasedMultimap.WrappedCollection ancestor) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(int index,
V element) |
boolean |
addAll(int index,
java.util.Collection<? extends V> c) |
V |
get(int index) |
(package private) java.util.List<V> |
getListDelegate() |
int |
indexOf(java.lang.Object o) |
int |
lastIndexOf(java.lang.Object o) |
java.util.ListIterator<V> |
listIterator() |
java.util.ListIterator<V> |
listIterator(int index) |
V |
remove(int index) |
V |
set(int index,
V element) |
java.util.List<V> |
subList(int fromIndex,
int toIndex) |
add, addAll, addToMap, clear, contains, containsAll, equals, getAncestor, getDelegate, getKey, hashCode, iterator, refreshIfEmpty, remove, removeAll, removeIfEmpty, retainAll, size, spliterator, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitWrappedList(K key, java.util.List<V> delegate, @CheckForNull AbstractMapBasedMultimap.WrappedCollection ancestor)
java.util.List<V> getListDelegate()
public boolean addAll(int index,
java.util.Collection<? extends V> c)
addAll in interface java.util.List<V>public int indexOf(@CheckForNull
java.lang.Object o)
indexOf in interface java.util.List<V>public int lastIndexOf(@CheckForNull
java.lang.Object o)
lastIndexOf in interface java.util.List<V>public java.util.ListIterator<V> listIterator()
listIterator in interface java.util.List<V>public java.util.ListIterator<V> listIterator(int index)
listIterator in interface java.util.List<V>