class AbstractMapBasedMultimap.AsMap.AsMapIterator
extends java.lang.Object
implements java.util.Iterator<java.util.Map.Entry<K,java.util.Collection<V>>>
Modifier and Type | Field and Description |
---|---|
(package private) java.util.Collection<V> |
collection |
(package private) java.util.Iterator<java.util.Map.Entry<K,java.util.Collection<V>>> |
delegateIterator |
Constructor and Description |
---|
AsMapIterator() |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
java.util.Map.Entry<K,java.util.Collection<V>> |
next() |
void |
remove() |