Class AbstractDualBidiMap.EntrySetIterator<K,V> 
java.lang.Object
org.apache.commons.collections4.iterators.AbstractUntypedIteratorDecorator<Map.Entry<K,V>,Map.Entry<K,V>>
   
org.apache.commons.collections4.iterators.AbstractIteratorDecorator<Map.Entry<K,V>>
 
org.apache.commons.collections4.bidimap.AbstractDualBidiMap.EntrySetIterator<K,V> 
- Type Parameters:
- K- the type of the keys.
- V- the type of the values.
- Enclosing class:
- AbstractDualBidiMap<K,- V> 
protected static class AbstractDualBidiMap.EntrySetIterator<K,V> 
extends AbstractIteratorDecorator<Map.Entry<K,V>> 
Inner class EntrySetIterator.
- Since:
- 3.0
- 
Field SummaryFields
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedEntrySetIterator(Iterator<Map.Entry<K, V>> iterator, AbstractDualBidiMap<K, V> parent) Constructs a new instance.
- 
Method SummaryMethods inherited from class org.apache.commons.collections4.iterators.AbstractUntypedIteratorDecoratorgetIterator, hasNextMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.IteratorforEachRemaining
- 
Field Details- 
parentThe parent map
- 
last
- 
canRemoveWhether remove is allowed at present
 
- 
- 
Constructor Details- 
EntrySetIteratorConstructs a new instance.- Parameters:
- iterator- the iterator to decorate
- parent- the parent map
 
 
- 
- 
Method Details- 
next
- 
remove
 
-