Class AbstractHashedMap.EntrySetIterator
- java.lang.Object
-
- org.apache.commons.collections.map.AbstractHashedMap.HashIterator
-
- org.apache.commons.collections.map.AbstractHashedMap.EntrySetIterator
-
- All Implemented Interfaces:
Iterator
- Direct Known Subclasses:
AbstractHashedMap.KeySetIterator
- Enclosing class:
- AbstractHashedMap
protected static class AbstractHashedMap.EntrySetIterator extends AbstractHashedMap.HashIterator
EntrySet iterator.
-
-
Field Summary
-
Fields inherited from class org.apache.commons.collections.map.AbstractHashedMap.HashIterator
expectedModCount, hashIndex, last, next, parent
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
EntrySetIterator(AbstractHashedMap parent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
next()
-
Methods inherited from class org.apache.commons.collections.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
-
-
-
-
Constructor Detail
-
EntrySetIterator
protected EntrySetIterator(AbstractHashedMap parent)
-
-
Method Detail
-
next
public Object next()
-
-