Class AbstractDualBidiMap.Values<V>
java.lang.Object
org.apache.commons.collections4.collection.AbstractCollectionDecorator<E>
org.apache.commons.collections4.bidimap.AbstractDualBidiMap.View<Object,V,V>
org.apache.commons.collections4.bidimap.AbstractDualBidiMap.Values<V>
- All Implemented Interfaces:
Serializable
,Iterable<V>
,Collection<V>
,Set<V>
- Enclosing class:
- AbstractDualBidiMap<K,
V>
protected static class AbstractDualBidiMap.Values<V>
extends AbstractDualBidiMap.View<Object,V,V>
implements Set<V>
Inner class Values.
- See Also:
-
Field Summary
Fields inherited from class org.apache.commons.collections4.bidimap.AbstractDualBidiMap.View
parent
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Values
(AbstractDualBidiMap<?, V> parent) Constructs a new view of the BidiMap. -
Method Summary
Methods inherited from class org.apache.commons.collections4.bidimap.AbstractDualBidiMap.View
clear, equals, hashCode, removeAll, retainAll
Methods inherited from class org.apache.commons.collections4.collection.AbstractCollectionDecorator
add, addAll, containsAll, decorated, isEmpty, setCollection, size, toArray, toArray, toString
-
Constructor Details
-
Values
Constructs a new view of the BidiMap.- Parameters:
parent
- the parent BidiMap
-
-
Method Details
-
iterator
-
contains
- Specified by:
contains
in interfaceCollection<V>
- Specified by:
contains
in interfaceSet<V>
- Overrides:
contains
in classAbstractCollectionDecorator<V>
-
remove
- Specified by:
remove
in interfaceCollection<V>
- Specified by:
remove
in interfaceSet<V>
- Overrides:
remove
in classAbstractCollectionDecorator<V>
-