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 mapV- 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 Summary
ConstructorsModifierConstructorDescriptionprotectedEntrySetIterator(AbstractHashedMap<K, V> parent) Constructs a new instance. -
Method Summary
Methods inherited from class AbstractHashedMap.HashIterator
currentEntry, hasNext, nextEntry, remove, toStringMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface Iterator
forEachRemaining, hasNext, remove
-
Constructor Details
-
EntrySetIterator
Constructs a new instance.- Parameters:
parent- The parent map.
-
-
Method Details
-
next
-