protected class LinkedListMultimap.ValueIterator extends Object implements ListIterator<V>
| Modifier | Constructor and Description |
|---|---|
protected |
LinkedListMultimap.ValueIterator(K key) |
protected |
LinkedListMultimap.ValueIterator(K key,
int index) |
protected LinkedListMultimap.ValueIterator(K key)
protected LinkedListMultimap.ValueIterator(K key, int index)
public boolean hasNext()
public V next()
public int nextIndex()
nextIndex in interface ListIterator<V>public boolean hasPrevious()
hasPrevious in interface ListIterator<V>public V previous()
previous in interface ListIterator<V>public int previousIndex()
previousIndex in interface ListIterator<V>public void remove()
public void add(V value)
add in interface ListIterator<V>public void set(V value)
set in interface ListIterator<V>Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.