Class AbstractListValuedMap.ValuesListIterator
java.lang.Object
org.apache.commons.collections4.multimap.AbstractListValuedMap.ValuesListIterator
- All Implemented Interfaces:
Iterator<V>,ListIterator<V>
- Enclosing class:
AbstractListValuedMap<K,V>
Values ListIterator
-
Field Details
-
key
-
values
-
iterator
-
-
Constructor Details
-
ValuesListIterator
-
ValuesListIterator
-
-
Method Details
-
add
- Specified by:
addin interfaceListIterator<V>
-
hasNext
public boolean hasNext() -
hasPrevious
public boolean hasPrevious()- Specified by:
hasPreviousin interfaceListIterator<V>
-
next
-
nextIndex
public int nextIndex()- Specified by:
nextIndexin interfaceListIterator<V>
-
previous
- Specified by:
previousin interfaceListIterator<V>
-
previousIndex
public int previousIndex()- Specified by:
previousIndexin interfaceListIterator<V>
-
remove
public void remove() -
set
- Specified by:
setin interfaceListIterator<V>
-