protected static class AbstractDualBidiMap.ValuesIterator<V> extends AbstractIteratorDecorator<V>
| Modifier and Type | Field | Description |
|---|---|---|
protected boolean |
canRemove |
Whether remove is allowed at present
|
protected V |
lastValue |
The last returned value
|
protected AbstractDualBidiMap<java.lang.Object,V> |
parent |
The parent map
|
| Modifier | Constructor | Description |
|---|---|---|
protected |
ValuesIterator(java.util.Iterator<V> iterator,
AbstractDualBidiMap<?,V> parent) |
Constructor.
|
| Modifier and Type | Method | Description |
|---|---|---|
V |
next() |
|
void |
remove() |
getIterator, hasNextprotected final AbstractDualBidiMap<java.lang.Object,V> parent
protected V lastValue
protected boolean canRemove
protected ValuesIterator(java.util.Iterator<V> iterator, AbstractDualBidiMap<?,V> parent)
iterator - the iterator to decorateparent - the parent mappublic V next()
AbstractIteratorDecoratornext in class AbstractIteratorDecorator<V>public void remove()
remove in class AbstractUntypedIteratorDecorator<V,V>Copyright © 2001-2019 - Apache Software Foundation