Class AbstractDualBidiMap.EntrySetIterator<K,V>
java.lang.Object
org.apache.openjpa.lib.util.collections.AbstractUntypedIteratorDecorator<E,E>
org.apache.openjpa.lib.util.collections.AbstractIteratorDecorator<Map.Entry<K,V>>
org.apache.openjpa.lib.util.collections.AbstractDualBidiMap.EntrySetIterator<K,V>
- Enclosing class:
- AbstractDualBidiMap<K,
V>
protected static class AbstractDualBidiMap.EntrySetIterator<K,V>
extends AbstractIteratorDecorator<Map.Entry<K,V>>
Inner class EntrySetIterator.
-
Field Summary
-
Constructor Summary
ModifierConstructorDescriptionprotected
EntrySetIterator
(Iterator<Map.Entry<K, V>> iterator, AbstractDualBidiMap<K, V> parent) Constructor. -
Method Summary
Methods inherited from class org.apache.openjpa.lib.util.collections.AbstractUntypedIteratorDecorator
getIterator, hasNext
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
-
Field Details
-
parent
The parent map -
last
The last returned entry -
canRemove
protected boolean canRemoveWhether remove is allowed at present
-
-
Constructor Details
-
EntrySetIterator
Constructor.- Parameters:
iterator
- the iterator to decorateparent
- the parent map
-
-
Method Details
-
next
Description copied from class:AbstractIteratorDecorator
-
remove
public void remove()
-