org.apache.commons.collections.bidimap

Class AbstractDualBidiMap.KeySet

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

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

Constructor Detail

KeySet

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

Parameters: parent the parent BidiMap

Method Detail

contains

public boolean contains(Object key)

iterator

public Iterator iterator()

remove

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