Class AbstractLinkedMap.EntrySetIterator<K,V> 
java.lang.Object
org.apache.commons.collections4.map.AbstractLinkedMap.LinkIterator<K,V>
 
org.apache.commons.collections4.map.AbstractLinkedMap.EntrySetIterator<K,V> 
- Type Parameters:
- K- the key type.
- V- the value type.
- All Implemented Interfaces:
- Iterator<Map.Entry<K,,- V>> - OrderedIterator<Map.Entry<K,,- V>> - ResettableIterator<Map.Entry<K,- V>> 
- Enclosing class:
- AbstractLinkedMap<K,- V> 
protected static class AbstractLinkedMap.EntrySetIterator<K,V> 
extends AbstractLinkedMap.LinkIterator<K,V>
implements OrderedIterator<Map.Entry<K,V>>, ResettableIterator<Map.Entry<K,V>>   
EntrySet iterator.
- Since:
- 3.0
- 
Field SummaryFields inherited from class org.apache.commons.collections4.map.AbstractLinkedMap.LinkIteratorexpectedModCount, last, next, parent
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedEntrySetIterator(AbstractLinkedMap<K, V> parent) Constructs a new instance.
- 
Method SummaryMethods inherited from class org.apache.commons.collections4.map.AbstractLinkedMap.LinkIteratorcurrentEntry, hasNext, hasPrevious, nextEntry, previousEntry, remove, reset, toStringMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.IteratorforEachRemaining, hasNext, removeMethods inherited from interface org.apache.commons.collections4.OrderedIteratorhasPreviousMethods inherited from interface org.apache.commons.collections4.ResettableIteratorreset
- 
Constructor Details- 
EntrySetIteratorConstructs a new instance.- Parameters:
- parent- The parent AbstractLinkedMap.
 
 
- 
- 
Method Details- 
next
- 
previousDescription copied from interface:OrderedIteratorGets the previous element from the container.- Specified by:
- previousin interface- OrderedIterator<K>
- Returns:
- the previous element in the iteration
 
 
-