protected static class AbstractDualBidiMap.ValuesIterator<V> extends AbstractIteratorDecorator<V>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
canRemove
Whether remove is allowed at present
|
protected V |
lastValue
The last returned value
|
protected AbstractDualBidiMap |
parent
The parent map
|
| Modifier | Constructor and Description |
|---|---|
protected |
ValuesIterator(Iterator
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
V |
next()
|
void |
remove()
|
getIterator, hasNextclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingprotected final AbstractDualBidiMap<Object ,V> parent
protected V lastValue
protected boolean canRemove
protected ValuesIterator(Iterator<V> iterator, AbstractDualBidiMap <? ,V> parent)
iterator - the iterator to decorate
parent - the parent map
public V next()
AbstractIteratorDecorator
public void remove()