org.apache.commons.collections.bidimap

Class AbstractDualBidiMap.View

protected abstract static class AbstractDualBidiMap.View extends AbstractCollectionDecorator

Inner class View.
Field Summary
protected AbstractDualBidiMapparent
The parent map
Constructor Summary
protected View(Collection coll, AbstractDualBidiMap parent)
Constructs a new view of the BidiMap.
Method Summary
voidclear()
booleanremoveAll(Collection coll)
booleanretainAll(Collection coll)

Field Detail

parent

protected final AbstractDualBidiMap parent
The parent map

Constructor Detail

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 Detail

clear

public void clear()

removeAll

public boolean removeAll(Collection coll)

retainAll

public boolean retainAll(Collection coll)
Copyright © 2001-2008 Apache Software Foundation. All Rights Reserved.