| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.apache.commons.collections.collection.AbstractCollectionDecoratororg.apache.commons.collections.bidimap.AbstractDualBidiMap.Viewprotected static abstract class AbstractDualBidiMap.Viewextends AbstractCollectionDecoratorField Summary | |
protected AbstractDualBidiMap |
|
Fields inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator | |
collection | |
Constructor Summary | |
| |
Methods inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator | |
add, addAll, clear, contains, containsAll, equals, getCollection, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toString | |
protected View(Collection coll,
AbstractDualBidiMap parent)Constructs a new view of the BidiMap.
- Parameters:
coll- the collection view being decoratedparent- the parent BidiMap
public boolean removeAll(Collection coll)
- Overrides:
- removeAll in interface AbstractCollectionDecorator
public boolean retainAll(Collection coll)
- Overrides:
- retainAll in interface AbstractCollectionDecorator