Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.apache.commons.collections.collection.AbstractCollectionDecorator
org.apache.commons.collections.bidimap.AbstractDualBidiMap.View
org.apache.commons.collections.bidimap.AbstractDualBidiMap.Values
Field Summary |
Fields inherited from class org.apache.commons.collections.bidimap.AbstractDualBidiMap.View | |
parent |
Fields inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator | |
collection |
Constructor Summary | |
|
Methods inherited from class org.apache.commons.collections.bidimap.AbstractDualBidiMap.View | |
clear , removeAll , retainAll |
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 Values(AbstractDualBidiMap parent)
Constructs a new view of the BidiMap.
- Parameters:
parent
- the parent BidiMap
public boolean contains(Object value)
- Overrides:
- contains in interface AbstractCollectionDecorator