protected static class AbstractDualBidiMap.EntrySetIterator<K,V> extends AbstractIteratorDecorator<Map .Entry <K ,V>>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
canRemove
Whether remove is allowed at present
|
protected Map |
last
The last returned entry
|
protected AbstractDualBidiMap |
parent
The parent map
|
| Modifier | Constructor and Description |
|---|---|
protected |
EntrySetIterator(Iterator
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Map |
next()
|
void |
remove()
|
getIterator, hasNextclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingprotected final AbstractDualBidiMap<K ,V> parent
protected boolean canRemove
public Map.Entry <K ,V> next()
AbstractIteratorDecorator
public void remove()