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>
- 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 Summary
FieldsModifier and TypeFieldDescriptionprivate static final long
Serialization versionFields inherited from class org.apache.commons.collections4.bidimap.AbstractDualBidiMap.View
parent
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
EntrySet
(AbstractDualBidiMap<K, V> parent) Constructs a new view of the BidiMap. -
Method Summary
Methods inherited from class org.apache.commons.collections4.bidimap.AbstractDualBidiMap.View
clear, equals, hashCode, removeAll, removeIf, retainAll
Methods inherited from class org.apache.commons.collections4.collection.AbstractCollectionDecorator
add, addAll, contains, containsAll, decorated, isEmpty, setCollection, size, toArray, toArray, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDSerialization version- See Also:
-
-
Constructor Details
-
EntrySet
Constructs a new view of the BidiMap.- Parameters:
parent
- the parent BidiMap
-
-
Method Details
-
iterator
-
remove
-