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. 
- 
- 
Constructor Summary
Constructors Modifier Constructor Description protectedEntrySetIterator(Iterator<Map.Entry<K,V>> iterator, AbstractDualBidiMap<K,V> parent)Constructor. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map.Entry<K,V>next()voidremove()- 
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 
 - 
 
 - 
 
- 
- 
Method Detail
- 
next
public Map.Entry<K,V> next()
Description copied from class:AbstractIteratorDecorator 
 - 
 
 -