Package com.google.common.collect
Class AbstractMapBasedMultimap.Itr<T>
java.lang.Object
com.google.common.collect.AbstractMapBasedMultimap.Itr<T>
- All Implemented Interfaces:
Iterator<T>
- Enclosing class:
AbstractMapBasedMultimap<K,
V>
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) Collection
<V> (package private) K
(package private) final Iterator
<Map.Entry<K, Collection<V>>> -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining
-
Field Details
-
keyIterator
-
key
-
collection
-
valueIterator
-
-
Constructor Details
-
Itr
Itr()
-
-
Method Details