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:
add
in interfaceListIterator<V>
-
hasNext
public boolean hasNext() -
hasPrevious
public boolean hasPrevious()- Specified by:
hasPrevious
in interfaceListIterator<V>
-
next
-
nextIndex
public int nextIndex()- Specified by:
nextIndex
in interfaceListIterator<V>
-
previous
- Specified by:
previous
in interfaceListIterator<V>
-
previousIndex
public int previousIndex()- Specified by:
previousIndex
in interfaceListIterator<V>
-
remove
public void remove() -
set
- Specified by:
set
in interfaceListIterator<V>
-