Class AbstractLinkedMap.KeySetIterator<K>
java.lang.Object
org.apache.commons.collections4.map.AbstractLinkedMap.LinkIterator<K,Object>
 
org.apache.commons.collections4.map.AbstractLinkedMap.KeySetIterator<K>
- Type Parameters:
- K- the key type.
- All Implemented Interfaces:
- Iterator<K>,- OrderedIterator<K>,- ResettableIterator<K>
- Enclosing class:
- AbstractLinkedMap<K,- V> 
protected static class AbstractLinkedMap.KeySetIterator<K>
extends AbstractLinkedMap.LinkIterator<K,Object>
implements OrderedIterator<K>, ResettableIterator<K> 
KeySet iterator.
- Since:
- 3.0
- 
Field SummaryFields inherited from class org.apache.commons.collections4.map.AbstractLinkedMap.LinkIteratorexpectedModCount, last, next, parent
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedKeySetIterator(AbstractLinkedMap<K, ?> 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- 
KeySetIteratorConstructs 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
 
 
-