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>
- Type Parameters:
V- the type of the values.
- 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
Fields inherited from class AbstractDualBidiMap.View
parent -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedValues(AbstractDualBidiMap<?, V> parent) Constructs a new instance. -
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, toArray
-
Constructor Details
-
Values
Constructs a new instance.- Parameters:
parent- the parent BidiMap
-
-
Method Details
-
contains
-
iterator
-
remove
-