protected class AbstractMultimap.WrappedList extends AbstractMultimap.WrappedCollection implements List<V>
Modifier and Type | Class and Description |
---|---|
protected class |
AbstractMultimap.WrappedList.DelegateListIterator |
AbstractMultimap.WrappedCollection.DelegateIterator
Modifier | Constructor and Description |
---|---|
protected |
WrappedList(K key,
Collection<V> values) |
Modifier and Type | Method and Description |
---|---|
void |
add(int index,
V element) |
boolean |
addAll(int index,
Collection<? extends V> c) |
protected List<V> |
delegate() |
V |
get(int index) |
int |
indexOf(Object o) |
int |
lastIndexOf(Object o) |
ListIterator<V> |
listIterator() |
ListIterator<V> |
listIterator(int index) |
V |
remove(int index) |
V |
set(int index,
V element) |
List<V> |
subList(int fromIndex,
int toIndex) |
add, addAll, addToMap, clear, contains, containsAll, equals, getKey, hashCode, isEmpty, iterator, remove, removeAll, removeIfEmpty, retainAll, size, toArray, toArray, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, replaceAll, retainAll, size, sort, spliterator, toArray, toArray
parallelStream, removeIf, stream
protected WrappedList(K key, Collection<V> values)
protected List<V> delegate()
delegate
in class AbstractMultimap.WrappedCollection
public boolean addAll(int index, Collection<? extends V> c)
public int lastIndexOf(Object o)
lastIndexOf
in interface List<V>
public ListIterator<V> listIterator()
listIterator
in interface List<V>
public ListIterator<V> listIterator(int index)
listIterator
in interface List<V>
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.