org.apache.commons.collections.bidimap
protected static class AbstractDualBidiMap.ValuesIterator extends AbstractIteratorDecorator
Field Summary | |
---|---|
protected boolean | canRemove Whether remove is allowed at present |
protected Object | lastValue The last returned value |
protected AbstractDualBidiMap | parent The parent map |
Constructor Summary | |
---|---|
protected | ValuesIterator(Iterator iterator, AbstractDualBidiMap parent)
Constructor. |
Method Summary | |
---|---|
Object | next() |
void | remove() |
Parameters: iterator the iterator to decorate parent the parent map