Package com.google.common.collect
Class AbstractMapBasedMultimap.WrappedList.WrappedListIterator
java.lang.Object
AbstractMapBasedMultimap<K,V>.WrappedCollection.com.google.common.collect.AbstractMapBasedMultimap.WrappedCollection.WrappedIterator
com.google.common.collect.AbstractMapBasedMultimap.WrappedList.WrappedListIterator
- All Implemented Interfaces:
Iterator<V>
,ListIterator<V>
- Enclosing class:
AbstractMapBasedMultimap.WrappedList
private class AbstractMapBasedMultimap.WrappedList.WrappedListIterator
extends AbstractMapBasedMultimap<K,V>.WrappedCollection.WrappedIterator
implements ListIterator<V>
ListIterator decorator.
-
Field Summary
Fields inherited from class com.google.common.collect.AbstractMapBasedMultimap.WrappedCollection.WrappedIterator
delegateIterator, originalDelegate
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.google.common.collect.AbstractMapBasedMultimap.WrappedCollection.WrappedIterator
getDelegateIterator, hasNext, next, remove, validateIterator
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining
Methods inherited from interface java.util.ListIterator
hasNext, next, remove
-
Constructor Details
-
WrappedListIterator
WrappedListIterator() -
WrappedListIterator
public WrappedListIterator(int index)
-
-
Method Details
-
getDelegateListIterator
-
hasPrevious
public boolean hasPrevious()- Specified by:
hasPrevious
in interfaceListIterator<V>
-
previous
- Specified by:
previous
in interfaceListIterator<V>
-
nextIndex
public int nextIndex()- Specified by:
nextIndex
in interfaceListIterator<V>
-
previousIndex
public int previousIndex()- Specified by:
previousIndex
in interfaceListIterator<V>
-
set
- Specified by:
set
in interfaceListIterator<V>
-
add
- Specified by:
add
in interfaceListIterator<V>
-