Class AbstractMultiValuedMap.AsMap.AsMapEntrySetIterator
java.lang.Object
org.apache.commons.collections4.iterators.AbstractUntypedIteratorDecorator<Map.Entry<K,Collection<V>>,Map.Entry<K,Collection<V>>>
org.apache.commons.collections4.iterators.AbstractIteratorDecorator<Map.Entry<K,Collection<V>>>
org.apache.commons.collections4.multimap.AbstractMultiValuedMap.AsMap.AsMapEntrySetIterator
- All Implemented Interfaces:
Iterator<Map.Entry<K,
Collection<V>>>
- Enclosing class:
AbstractMultiValuedMap.AsMap
class AbstractMultiValuedMap.AsMap.AsMapEntrySetIterator
extends AbstractIteratorDecorator<Map.Entry<K,Collection<V>>>
EntrySet iterator for the asMap view.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.commons.collections4.iterators.AbstractUntypedIteratorDecorator
getIterator, hasNext, remove
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
-
Constructor Details
-
AsMapEntrySetIterator
AsMapEntrySetIterator(Iterator<Map.Entry<K, Collection<V>>> iterator)
-
-
Method Details
-
next
Description copied from class:AbstractIteratorDecorator
- Specified by:
next
in interfaceIterator<Map.Entry<K,
Collection<V>>> - Overrides:
next
in classAbstractIteratorDecorator<Map.Entry<K,
Collection<V>>>
-