org.apache.commons.collections.bidimap

Class AbstractDualBidiMap.EntrySet

protected static class AbstractDualBidiMap.EntrySet extends AbstractDualBidiMap.View implements Set

Inner class EntrySet.
Constructor Summary
protected EntrySet(AbstractDualBidiMap parent)
Constructs a new view of the BidiMap.
Method Summary
Iteratoriterator()
booleanremove(Object obj)

Constructor Detail

EntrySet

protected EntrySet(AbstractDualBidiMap parent)
Constructs a new view of the BidiMap.

Parameters: parent the parent BidiMap

Method Detail

iterator

public Iterator iterator()

remove

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