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 SummaryFields inherited from class org.apache.commons.collections4.bidimap.AbstractDualBidiMap.Viewparent
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedValues(AbstractDualBidiMap<?, V> parent) Constructs a new instance.
- 
Method SummaryMethods inherited from class org.apache.commons.collections4.bidimap.AbstractDualBidiMap.Viewclear, equals, hashCode, removeAll, removeIf, retainAllMethods inherited from class org.apache.commons.collections4.collection.AbstractCollectionDecoratoradd, addAll, containsAll, decorated, isEmpty, setCollection, size, toArray, toArray, toStringMethods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.CollectionparallelStream, removeIf, stream
- 
Constructor Details- 
ValuesConstructs a new instance.- Parameters:
- parent- the parent BidiMap
 
 
- 
- 
Method Details- 
contains
- 
iterator
- 
remove
 
-