Class AbstractReferenceMap.ReferenceKeySetIterator<K>
java.lang.Object
org.apache.commons.collections4.map.AbstractReferenceMap.ReferenceBaseIterator<K,Object>
org.apache.commons.collections4.map.AbstractReferenceMap.ReferenceKeySetIterator<K>
- All Implemented Interfaces:
Iterator<K>
- Enclosing class:
AbstractReferenceMap<K,
V>
static class AbstractReferenceMap.ReferenceKeySetIterator<K>
extends AbstractReferenceMap.ReferenceBaseIterator<K,Object>
implements Iterator<K>
The keySet iterator.
-
Field Summary
Fields inherited from class org.apache.commons.collections4.map.AbstractReferenceMap.ReferenceBaseIterator
currentKey, currentValue, entry, expectedModCount, index, nextKey, nextValue, parent, previous
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.commons.collections4.map.AbstractReferenceMap.ReferenceBaseIterator
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, hasNext, remove
-
Constructor Details
-
ReferenceKeySetIterator
ReferenceKeySetIterator(AbstractReferenceMap<K, ?> parent)
-
-
Method Details