protected static class AbstractDualBidiMap.EntrySetIterator extends AbstractIteratorDecorator
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
canRemove
Whether remove is allowed at present
|
protected Map.Entry |
last
The last returned entry
|
protected AbstractDualBidiMap |
parent
The parent map
|
iterator| Modifier | Constructor and Description |
|---|---|
protected |
AbstractDualBidiMap.EntrySetIterator(Iterator iterator,
AbstractDualBidiMap parent)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
next() |
void |
remove() |
getIterator, hasNextprotected final AbstractDualBidiMap parent
protected Map.Entry last
protected boolean canRemove
protected AbstractDualBidiMap.EntrySetIterator(Iterator iterator, AbstractDualBidiMap parent)
iterator - the iterator to decorateparent - the parent mappublic Object next()
next in interface Iteratornext in class AbstractIteratorDecoratorpublic void remove()
remove in interface Iteratorremove in class AbstractIteratorDecoratorCopyright © 2001–2015 The Apache Software Foundation. All rights reserved.