Class AbstractReferenceMap.ReferenceKeySetIterator<K>
- java.lang.Object
-
- org.apache.commons.collections4.map.AbstractReferenceMap.ReferenceBaseIterator<K,java.lang.Object>
-
- org.apache.commons.collections4.map.AbstractReferenceMap.ReferenceKeySetIterator<K>
-
- All Implemented Interfaces:
java.util.Iterator<K>
- Enclosing class:
- AbstractReferenceMap<K,V>
static class AbstractReferenceMap.ReferenceKeySetIterator<K> extends AbstractReferenceMap.ReferenceBaseIterator<K,java.lang.Object> implements java.util.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 Constructor Description ReferenceKeySetIterator(AbstractReferenceMap<K,?> parent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description K
next()
-
Methods inherited from class org.apache.commons.collections4.map.AbstractReferenceMap.ReferenceBaseIterator
currentEntry, hasNext, nextEntry, remove
-
-
-
-
Constructor Detail
-
ReferenceKeySetIterator
ReferenceKeySetIterator(AbstractReferenceMap<K,?> parent)
-
-