Class AbstractDualBidiMap.EntrySetIterator<K,V>
- java.lang.Object
-
- org.apache.commons.collections4.iterators.AbstractUntypedIteratorDecorator<E,E>
-
- org.apache.commons.collections4.iterators.AbstractIteratorDecorator<Map.Entry<K,V>>
-
- org.apache.commons.collections4.bidimap.AbstractDualBidiMap.EntrySetIterator<K,V>
-
- Enclosing class:
- AbstractDualBidiMap<K,V>
protected static class AbstractDualBidiMap.EntrySetIterator<K,V> extends AbstractIteratorDecorator<Map.Entry<K,V>>
Inner class EntrySetIterator.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
EntrySetIterator(Iterator<Map.Entry<K,V>> iterator, AbstractDualBidiMap<K,V> parent)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map.Entry<K,V>
next()
void
remove()
-
Methods inherited from class org.apache.commons.collections4.iterators.AbstractUntypedIteratorDecorator
getIterator, hasNext
-
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
-
-
-
-
Method Detail
-
next
public Map.Entry<K,V> next()
Description copied from class:AbstractIteratorDecorator
-
-