protected class LinkedListMultimap.EntryIterator extends Object implements Iterator<LinkedListMultimap.Entry<K,V>>
| Modifier | Constructor and Description |
|---|---|
protected |
EntryIterator() |
protected |
EntryIterator(LinkedListMultimap.Entry<K,V> first) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
LinkedListMultimap.Entry<K,V> |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingprotected EntryIterator()
protected EntryIterator(LinkedListMultimap.Entry<K,V> first)
public boolean hasNext()
hasNext in interface Iterator<LinkedListMultimap.Entry<K,V>>public LinkedListMultimap.Entry<K,V> next()
next in interface Iterator<LinkedListMultimap.Entry<K,V>>Copyright © 2008–2021 JBoss, a division of Red Hat. All rights reserved.