Class AbstractHashedMap.KeySetIterator<K>
java.lang.Object
org.apache.commons.collections4.map.AbstractHashedMap.HashIterator<K,Object>
 
org.apache.commons.collections4.map.AbstractHashedMap.KeySetIterator<K>
- Type Parameters:
- K- the type of elements maintained by this set
- All Implemented Interfaces:
- Iterator<K>
- Enclosing class:
- AbstractHashedMap<K,- V> 
protected static class AbstractHashedMap.KeySetIterator<K>
extends AbstractHashedMap.HashIterator<K,Object>
implements Iterator<K> 
KeySet iterator.
- Since:
- 3.0
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedKeySetIterator(AbstractHashedMap<K, ?> parent) Constructs a new instance.
- 
Method SummaryMethods inherited from class org.apache.commons.collections4.map.AbstractHashedMap.HashIteratorcurrentEntry, hasNext, nextEntry, remove, toStringMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.IteratorforEachRemaining, hasNext, remove
- 
Constructor Details- 
KeySetIteratorConstructs a new instance.- Parameters:
- parent- The parent AbstractHashedMap.
 
 
- 
- 
Method Details- 
next
 
-