private class AbstractMapBasedMultimap.WrappedList.WrappedListIterator extends AbstractMapBasedMultimap.WrappedCollection.WrappedIterator implements java.util.ListIterator<V>
delegateIterator, originalDelegate
Constructor and Description |
---|
WrappedListIterator() |
WrappedListIterator(int index) |
Modifier and Type | Method and Description |
---|---|
void |
add(V value) |
private java.util.ListIterator<V> |
getDelegateListIterator() |
boolean |
hasPrevious() |
int |
nextIndex() |
V |
previous() |
int |
previousIndex() |
void |
set(V value) |
getDelegateIterator, hasNext, next, remove, validateIterator
WrappedListIterator()
public WrappedListIterator(int index)
private java.util.ListIterator<V> getDelegateListIterator()
public boolean hasPrevious()
hasPrevious
in interface java.util.ListIterator<V>
public int nextIndex()
nextIndex
in interface java.util.ListIterator<V>
public int previousIndex()
previousIndex
in interface java.util.ListIterator<V>