Class AbstractDualBidiMap.Values<V>
java.lang.Object
org.apache.commons.collections4.collection.AbstractCollectionDecorator<V>
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.
- Since:
- 3.0
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final longSerialization versionFields inherited from class AbstractDualBidiMap.View
parent -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedValues(AbstractDualBidiMap<?, V> parent) Constructs a new view of the BidiMap. -
Method Summary
Methods inherited from class AbstractDualBidiMap.View
clear, equals, hashCode, removeAll, removeIf, retainAllMethods inherited from class AbstractCollectionDecorator
add, addAll, containsAll, decorated, isEmpty, setCollection, size, toArray, toArray, toStringMethods inherited from interface Collection
parallelStream, removeIf, stream
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDSerialization version- See Also:
-
-
Constructor Details
-
Values
Constructs a new view of the BidiMap.- Parameters:
parent- the parent BidiMap
-
-
Method Details
-
iterator
-
contains
- Specified by:
containsin interfaceCollection<V>- Specified by:
containsin interfaceSet<V>- Overrides:
containsin classAbstractCollectionDecorator<V>
-
remove
- Specified by:
removein interfaceCollection<V>- Specified by:
removein interfaceSet<V>- Overrides:
removein classAbstractCollectionDecorator<V>
-