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>
-
- 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.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
EntrySetIterator(AbstractHashedMap<K,V> parent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map.Entry<K,V>
next()
-
Methods inherited from class org.apache.commons.collections4.map.AbstractHashedMap.HashIterator
currentEntry, hasNext, nextEntry, remove, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Iterator
forEachRemaining, hasNext, remove
-
-