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<Object,V> |
parent
The parent map
|
Modifier | Constructor and Description |
---|---|
protected |
ValuesIterator(Iterator<V> iterator,
AbstractDualBidiMap<?,V> parent)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
V |
next() |
void |
remove() |
getIterator, hasNext
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
protected final AbstractDualBidiMap<Object,V> parent
protected V lastValue
protected boolean canRemove
protected ValuesIterator(Iterator<V> iterator, AbstractDualBidiMap<?,V> parent)
iterator
- the iterator to decorateparent
- the parent mappublic V next()
AbstractIteratorDecorator
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.