org.apache.commons.collections.bidimap
protected static class AbstractDualBidiMap.BidiMapIterator extends Object implements MapIterator, ResettableIterator
Field Summary | |
---|---|
protected boolean | canRemove Whether remove is allowed at present |
protected Iterator | iterator The iterator being wrapped |
protected Entry | last The last returned entry |
protected AbstractDualBidiMap | parent The parent map |
Constructor Summary | |
---|---|
protected | BidiMapIterator(AbstractDualBidiMap parent)
Constructor. |
Method Summary | |
---|---|
Object | getKey() |
Object | getValue() |
boolean | hasNext() |
Object | next() |
void | remove() |
void | reset() |
Object | setValue(Object value) |
String | toString() |
Parameters: parent the parent map