Class AbstractHashedMap.EntrySetIterator<K,V> 
java.lang.Object
org.apache.commons.collections4.map.AbstractHashedMap.HashIterator<K,V>
 
org.apache.commons.collections4.map.AbstractHashedMap.EntrySetIterator<K,V> 
- Type Parameters:
- K- the type of the keys in the map
- V- the type of the values in the map
- Enclosing class:
- AbstractHashedMap<K,- V> 
protected static class AbstractHashedMap.EntrySetIterator<K,V> 
extends AbstractHashedMap.HashIterator<K,V>
implements Iterator<Map.Entry<K,V>>  
EntrySet iterator.
- Since:
- 3.0
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedEntrySetIterator(AbstractHashedMap<K, V> 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- 
EntrySetIteratorConstructs a new instance.- Parameters:
- parent- The parent map.
 
 
- 
- 
Method Details- 
next
 
-