protected class AbstractMultimap.WrappedList.DelegateListIterator extends AbstractMultimap.WrappedCollection.DelegateIterator implements ListIterator<V>
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractMultimap.WrappedList.DelegateListIterator() |
protected |
AbstractMultimap.WrappedList.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, removeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithasNext, next, removeprotected AbstractMultimap.WrappedList.DelegateListIterator()
protected AbstractMultimap.WrappedList.DelegateListIterator(int index)
protected ListIterator<V> iterator()
iterator in class AbstractMultimap.WrappedCollection.DelegateIteratorpublic boolean hasPrevious()
hasPrevious in interface ListIterator<V>ListIterator.hasPrevious()public void add(V e)
add in interface ListIterator<V>ListIterator.add(java.lang.Object)public int nextIndex()
nextIndex in interface ListIterator<V>ListIterator.nextIndex()public V previous()
previous in interface ListIterator<V>ListIterator.previous()public int previousIndex()
previousIndex in interface ListIterator<V>ListIterator.previousIndex()public void set(V e)
set in interface ListIterator<V>ListIterator.set(java.lang.Object)Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.