Class AbstractReferenceMap.ReferenceEntrySetIterator<K,V>
java.lang.Object
org.apache.commons.collections4.map.AbstractReferenceMap.ReferenceBaseIterator<K,V>
org.apache.commons.collections4.map.AbstractReferenceMap.ReferenceEntrySetIterator<K,V>
- Enclosing class:
AbstractReferenceMap<K,V>
static class AbstractReferenceMap.ReferenceEntrySetIterator<K,V>
extends AbstractReferenceMap.ReferenceBaseIterator<K,V>
implements Iterator<Map.Entry<K,V>>
The EntrySet iterator.
- Since:
- 3.1 (extracted from ReferenceMap in 3.0)
-
Field Summary
Fields inherited from class AbstractReferenceMap.ReferenceBaseIterator
currentKey, currentValue, entry, expectedModCount, index, nextKey, nextValue, parent, previous -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractReferenceMap.ReferenceBaseIterator
currentEntry, hasNext, nextEntry, removeMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterator
forEachRemaining, hasNext, remove
-
Constructor Details
-
ReferenceEntrySetIterator
-
-
Method Details
-
next
-