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

Class AbstractDualBidiMap.View

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

Known Direct Subclasses:
AbstractDualBidiMap.EntrySet, AbstractDualBidiMap.KeySet, AbstractDualBidiMap.Values


protected static abstract class AbstractDualBidiMap.View
extends AbstractCollectionDecorator

Inner class View.

Field Summary

AbstractDualBidiMap

parent

The parent map

Constructor Summary

View(Collection coll, AbstractDualBidiMap parent)

Constructs a new view of the BidiMap.

Method Summary

void

clear()

boolean

removeAll(Collection coll)

boolean

retainAll(Collection coll)

Field Details

parent

protected final AbstractDualBidiMap parent

The parent map

Constructor Details

View

protected View(Collection coll, AbstractDualBidiMap parent)

Constructs a new view of the BidiMap.

Parameters:
coll - the collection view being decorated
parent - the parent BidiMap

Method Details

clear

public void clear()


removeAll

public boolean removeAll(Collection coll)

Parameters:
coll

retainAll

public boolean retainAll(Collection coll)

Parameters:
coll