⇒ Index (Frames) |  ⇒ Index (No Frames) |  ⇒ Package |  ⇒ Package Tree |  ⇒ Full Tree 
org.apache.commons.collections.bidimap

Class AbstractDualBidiMap.KeySet

java.lang.Object
|
+--org.apache.commons.collections.collection.AbstractCollectionDecorator
   |
   +--org.apache.commons.collections.bidimap.AbstractDualBidiMap.View
      |
      +--org.apache.commons.collections.bidimap.AbstractDualBidiMap.KeySet
Enclosing Class:

All Implemented Interfaces:
Collection, Set


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

Inner class KeySet.

Constructor Summary

KeySet(AbstractDualBidiMap parent)

Constructs a new view of the BidiMap.

Method Summary

boolean

contains(Object key)

Iterator

iterator()

boolean

remove(Object key)

Constructor Details

KeySet

protected KeySet(AbstractDualBidiMap parent)

Constructs a new view of the BidiMap.

Parameters:
parent - the parent BidiMap

Method Details

contains

public boolean contains(Object key)

Parameters:
key

iterator

public Iterator iterator()


remove

public boolean remove(Object key)

Parameters:
key