java.util.Iteratorprotected static class AbstractDualBidiMap.ValuesIterator extends AbstractIteratorDecorator
| Modifier and Type | Field | Description |
|---|---|---|
protected boolean |
canRemove |
Whether remove is allowed at present
|
protected java.lang.Object |
lastValue |
The last returned value
|
protected AbstractDualBidiMap |
parent |
The parent map
|
iterator| Modifier | Constructor | Description |
|---|---|---|
protected |
ValuesIterator(java.util.Iterator iterator,
AbstractDualBidiMap parent) |
Constructor.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.Object |
next() |
|
void |
remove() |
getIterator, hasNextprotected final AbstractDualBidiMap parent
protected java.lang.Object lastValue
protected boolean canRemove
protected ValuesIterator(java.util.Iterator iterator,
AbstractDualBidiMap parent)
iterator - the iterator to decorateparent - the parent mappublic java.lang.Object next()
next in interface java.util.Iteratornext in class AbstractIteratorDecoratorpublic void remove()
remove in interface java.util.Iteratorremove in class AbstractIteratorDecoratorCopyright © 2001-2018 Apache Software Foundation. All Rights Reserved.