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,java.util.Map.Entry<K,V>>
-
- org.apache.openjpa.lib.util.collections.AbstractDualBidiMap.EntrySet<K,V>
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Iterable<java.util.Map.Entry<K,V>>
,java.util.Collection<java.util.Map.Entry<K,V>>
,java.util.Set<java.util.Map.Entry<K,V>>
- Enclosing class:
- AbstractDualBidiMap<K,V>
protected static class AbstractDualBidiMap.EntrySet<K,V> extends AbstractDualBidiMap.View<K,V,java.util.Map.Entry<K,V>> implements java.util.Set<java.util.Map.Entry<K,V>>
Inner class EntrySet.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.apache.openjpa.lib.util.collections.AbstractDualBidiMap.View
parent
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
EntrySet(AbstractDualBidiMap<K,V> parent)
Constructs a new view of the BidiMap.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Iterator<java.util.Map.Entry<K,V>>
iterator()
boolean
remove(java.lang.Object obj)
-
Methods inherited from class org.apache.openjpa.lib.util.collections.AbstractDualBidiMap.View
clear, equals, hashCode, removeAll, removeIf, retainAll
-
Methods inherited from class org.apache.openjpa.lib.util.collections.AbstractCollectionDecorator
add, addAll, contains, containsAll, decorated, isEmpty, setCollection, size, toArray, toArray, toString
-
-
-
-
Constructor Detail
-
EntrySet
protected EntrySet(AbstractDualBidiMap<K,V> parent)
Constructs a new view of the BidiMap.- Parameters:
parent
- the parent BidiMap
-
-