protected class AbstractMultimap.WrappedList.DelegateListIterator extends AbstractMultimap.WrappedCollection.DelegateIterator implements ListIterator<V>
Modifier | Constructor and Description |
---|---|
protected |
DelegateListIterator() |
protected |
DelegateListIterator(int index) |
Modifier and Type | Method and Description |
---|---|
void |
add(V e) |
boolean |
hasPrevious() |
protected ListIterator<V> |
iterator() |
int |
nextIndex() |
V |
previous() |
int |
previousIndex() |
void |
set(V e) |
hasNext, next, remove
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
hasNext, next, remove
forEachRemaining
protected DelegateListIterator()
protected DelegateListIterator(int index)
protected ListIterator<V> iterator()
iterator
in class AbstractMultimap.WrappedCollection.DelegateIterator
public boolean hasPrevious()
hasPrevious
in interface ListIterator<V>
public void add(V e)
add
in interface ListIterator<V>
public int nextIndex()
nextIndex
in interface ListIterator<V>
public V previous()
previous
in interface ListIterator<V>
public int previousIndex()
previousIndex
in interface ListIterator<V>
public void set(V e)
set
in interface ListIterator<V>
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.