|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.collections4.iterators.AbstractUntypedIteratorDecorator<E,E>
org.apache.commons.collections4.iterators.AbstractIteratorDecorator<K>
org.apache.commons.collections4.bidimap.AbstractDualBidiMap.KeySetIterator<K>
protected static class AbstractDualBidiMap.KeySetIterator<K>
Inner class KeySetIterator.
Field Summary | |
---|---|
protected boolean |
canRemove
Whether remove is allowed at present |
protected K |
lastKey
The last returned key |
protected AbstractDualBidiMap<K,?> |
parent
The parent map |
Constructor Summary | |
---|---|
protected |
AbstractDualBidiMap.KeySetIterator(Iterator<K> iterator,
AbstractDualBidiMap<K,?> parent)
Constructor. |
Method Summary | |
---|---|
K |
next()
|
void |
remove()
|
Methods inherited from class org.apache.commons.collections4.iterators.AbstractUntypedIteratorDecorator |
---|
getIterator, hasNext |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected final AbstractDualBidiMap<K,?> parent
protected K lastKey
protected boolean canRemove
Constructor Detail |
---|
protected AbstractDualBidiMap.KeySetIterator(Iterator<K> iterator, AbstractDualBidiMap<K,?> parent)
iterator
- the iterator to decorateparent
- the parent mapMethod Detail |
---|
public K next()
AbstractIteratorDecorator
next
in interface Iterator<K>
next
in class AbstractIteratorDecorator<K>
public void remove()
remove
in interface Iterator<K>
remove
in class AbstractUntypedIteratorDecorator<K,K>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |