Class AbstractDualBidiMap.EntrySet<K,V> 
java.lang.Object
org.apache.commons.collections4.collection.AbstractCollectionDecorator<Map.Entry<K,V>>
 
org.apache.commons.collections4.bidimap.AbstractDualBidiMap.View<K,V,Map.Entry<K,V>>
   
org.apache.commons.collections4.bidimap.AbstractDualBidiMap.EntrySet<K,V> 
- Type Parameters:
- K- the type of the keys.
- V- the type of the values.
- All Implemented Interfaces:
- Serializable,- Iterable<Map.Entry<K,,- V>> - Collection<Map.Entry<K,,- V>> - Set<Map.Entry<K,- V>> 
- Enclosing class:
- AbstractDualBidiMap<K,- V> 
protected static class AbstractDualBidiMap.EntrySet<K,V> 
extends AbstractDualBidiMap.View<K,V,Map.Entry<K,V>>
implements Set<Map.Entry<K,V>>    
Inner class EntrySet.
- Since:
- 3.0
- See Also:
- 
Field SummaryFields inherited from class org.apache.commons.collections4.bidimap.AbstractDualBidiMap.Viewparent
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedEntrySet(AbstractDualBidiMap<K, 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, contains, 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- 
EntrySetConstructs a new instance.- Parameters:
- parent- the parent BidiMap
 
 
- 
- 
Method Details- 
iterator
- 
remove
 
-