protected class LinkedListMultimap.ValueIterator extends Object implements ListIterator<V>
Modifier | Constructor and Description |
---|---|
protected |
ValueIterator(K key) |
protected |
ValueIterator(K key,
int index) |
Modifier and Type | Method and Description |
---|---|
void |
add(V value) |
boolean |
hasNext() |
boolean |
hasPrevious() |
V |
next() |
int |
nextIndex() |
V |
previous() |
int |
previousIndex() |
void |
remove() |
void |
set(V value) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
protected ValueIterator(K key)
protected 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–2016 JBoss, a division of Red Hat. All rights reserved.