org.apache.commons.collections.bidimap

Class AbstractDualBidiMap.EntrySetIterator

protected static class AbstractDualBidiMap.EntrySetIterator extends AbstractIteratorDecorator

Inner class EntrySetIterator.
Field Summary
protected booleancanRemove
Whether remove is allowed at present
protected Entrylast
The last returned entry
protected AbstractDualBidiMapparent
The parent map
Constructor Summary
protected EntrySetIterator(Iterator iterator, AbstractDualBidiMap parent)
Constructor.
Method Summary
Objectnext()
voidremove()

Field Detail

canRemove

protected boolean canRemove
Whether remove is allowed at present

last

protected Entry last
The last returned entry

parent

protected final AbstractDualBidiMap parent
The parent map

Constructor Detail

EntrySetIterator

protected EntrySetIterator(Iterator iterator, AbstractDualBidiMap parent)
Constructor.

Parameters: iterator the iterator to decorate parent the parent map

Method Detail

next

public Object next()

remove

public void remove()
Copyright © 2001-2008 Apache Software Foundation. All Rights Reserved.