protected class AbstractMultimap.WrappedMap.WrappedMapEntryIterator extends Object implements Iterator<Map.Entry<K,Collection<V>>>
| Modifier | Constructor and Description |
|---|---|
protected |
WrappedMapEntryIterator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
Map.Entry<K,Collection<V>> |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic boolean hasNext()
public Map.Entry<K,Collection<V>> next()
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.