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

Class AbstractDualBidiMap.EntrySet

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

All Implemented Interfaces:
Collection, Set


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

Inner class EntrySet.

Constructor Summary

EntrySet(AbstractDualBidiMap parent)

Constructs a new view of the BidiMap.

Method Summary

Iterator

iterator()

boolean

remove(Object obj)

Constructor Details

EntrySet

protected EntrySet(AbstractDualBidiMap parent)

Constructs a new view of the BidiMap.

Parameters:
parent - the parent BidiMap

Method Details

iterator

public Iterator iterator()


remove

public boolean remove(Object obj)

Parameters:
obj