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()
hasNext in interface Iterator<V>hasNext in interface ListIterator<V>Iterator.hasNext()public V next()
next in interface Iterator<V>next in interface ListIterator<V>Iterator.next()public int nextIndex()
nextIndex in interface ListIterator<V>ListIterator.nextIndex()public boolean hasPrevious()
hasPrevious in interface ListIterator<V>ListIterator.hasPrevious()public V previous()
previous in interface ListIterator<V>ListIterator.previous()public int previousIndex()
previousIndex in interface ListIterator<V>ListIterator.previousIndex()public void remove()
remove in interface Iterator<V>remove in interface ListIterator<V>Iterator.remove()public void add(V value)
add in interface ListIterator<V>ListIterator.add(java.lang.Object)public void set(V value)
set in interface ListIterator<V>ListIterator.set(java.lang.Object)Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.