|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.collections4.iterators.AbstractUntypedIteratorDecorator<E,E>
org.apache.commons.collections4.iterators.AbstractIteratorDecorator<Map.Entry<K,V>>
org.apache.commons.collections4.bidimap.AbstractDualBidiMap.EntrySetIterator<K,V>
protected static class AbstractDualBidiMap.EntrySetIterator<K,V>
Inner class EntrySetIterator.
Field Summary | |
---|---|
protected boolean |
canRemove
Whether remove is allowed at present |
protected Map.Entry<K,V> |
last
The last returned entry |
protected AbstractDualBidiMap<K,V> |
parent
The parent map |
Constructor Summary | |
---|---|
protected |
AbstractDualBidiMap.EntrySetIterator(Iterator<Map.Entry<K,V>> iterator,
AbstractDualBidiMap<K,V> parent)
Constructor. |
Method Summary | |
---|---|
Map.Entry<K,V> |
next()
|
void |
remove()
|
Methods inherited from class org.apache.commons.collections4.iterators.AbstractUntypedIteratorDecorator |
---|
getIterator, hasNext |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected final AbstractDualBidiMap<K,V> parent
protected Map.Entry<K,V> last
protected boolean canRemove
Constructor Detail |
---|
protected AbstractDualBidiMap.EntrySetIterator(Iterator<Map.Entry<K,V>> iterator, AbstractDualBidiMap<K,V> parent)
iterator
- the iterator to decorateparent
- the parent mapMethod Detail |
---|
public Map.Entry<K,V> next()
AbstractIteratorDecorator
next
in interface Iterator<Map.Entry<K,V>>
next
in class AbstractIteratorDecorator<Map.Entry<K,V>>
public void remove()
remove
in interface Iterator<Map.Entry<K,V>>
remove
in class AbstractUntypedIteratorDecorator<Map.Entry<K,V>,Map.Entry<K,V>>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |