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