Class AbstractDualBidiMap.EntrySet<K,V> 
java.lang.Object
org.apache.openjpa.lib.util.collections.AbstractCollectionDecorator<E>
org.apache.openjpa.lib.util.collections.AbstractDualBidiMap.View<K,V,Map.Entry<K,V>>
   
org.apache.openjpa.lib.util.collections.AbstractDualBidiMap.EntrySet<K,V> 
- 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.
- See Also:
- 
Field SummaryFields inherited from class org.apache.openjpa.lib.util.collections.AbstractDualBidiMap.Viewparent
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedEntrySet(AbstractDualBidiMap<K, V> parent) Constructs a new view of the BidiMap.
- 
Method SummaryMethods inherited from class org.apache.openjpa.lib.util.collections.AbstractDualBidiMap.Viewclear, equals, hashCode, removeAll, removeIf, retainAllMethods inherited from class org.apache.openjpa.lib.util.collections.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, toArray
- 
Constructor Details- 
EntrySetConstructs a new view of the BidiMap.- Parameters:
- parent- the parent BidiMap
 
 
- 
- 
Method Details- 
iterator
- 
remove
 
-