Package com.google.common.collect
Class AbstractMapBasedMultimap.WrappedList.WrappedListIterator
java.lang.Object
AbstractMapBasedMultimap<K,V>.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, validateIteratorMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemainingMethods 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:
hasPreviousin interfaceListIterator<V>
-
previous
- Specified by:
previousin interfaceListIterator<V>
-
nextIndex
public int nextIndex()- Specified by:
nextIndexin interfaceListIterator<V>
-
previousIndex
public int previousIndex()- Specified by:
previousIndexin interfaceListIterator<V>
-
set
- Specified by:
setin interfaceListIterator<V>
-
add
- Specified by:
addin interfaceListIterator<V>
-