Class AbstractReferenceMap.ReferenceKeySetIterator
java.lang.Object
org.apache.commons.collections.map.AbstractReferenceMap.ReferenceEntrySetIterator
org.apache.commons.collections.map.AbstractReferenceMap.ReferenceKeySetIterator
- All Implemented Interfaces:
Iterator
- Enclosing class:
AbstractReferenceMap
static class AbstractReferenceMap.ReferenceKeySetIterator
extends AbstractReferenceMap.ReferenceEntrySetIterator
The keySet iterator.
-
Field Summary
Fields inherited from class org.apache.commons.collections.map.AbstractReferenceMap.ReferenceEntrySetIterator
currentKey, currentValue, entry, expectedModCount, index, nextKey, nextValue, parent, previous
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.commons.collections.map.AbstractReferenceMap.ReferenceEntrySetIterator
currentEntry, hasNext, nextEntry, remove
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining
-
Constructor Details
-
ReferenceKeySetIterator
ReferenceKeySetIterator(AbstractReferenceMap parent)
-
-
Method Details
-
next
- Specified by:
next
in interfaceIterator
- Overrides:
next
in classAbstractReferenceMap.ReferenceEntrySetIterator
-