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