org.apache.commons.collections.bidimap
protected abstract static class AbstractDualBidiMap.View extends AbstractCollectionDecorator
| Field Summary | |
|---|---|
| protected AbstractDualBidiMap | parent The parent map |
| Constructor Summary | |
|---|---|
| protected | View(Collection coll, AbstractDualBidiMap parent)
Constructs a new view of the BidiMap.
|
| Method Summary | |
|---|---|
| void | clear() |
| boolean | removeAll(Collection coll) |
| boolean | retainAll(Collection coll) |
Parameters: coll the collection view being decorated parent the parent BidiMap