Class AbstractDualBidiMap.EntrySet
java.lang.Object
org.apache.commons.collections.collection.AbstractCollectionDecorator
org.apache.commons.collections.bidimap.AbstractDualBidiMap.View
org.apache.commons.collections.bidimap.AbstractDualBidiMap.EntrySet
- All Implemented Interfaces:
Iterable
,Collection
,Set
- Enclosing class:
- AbstractDualBidiMap
Inner class EntrySet.
-
Field Summary
Fields inherited from class org.apache.commons.collections.bidimap.AbstractDualBidiMap.View
parent
Fields inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
collection
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
EntrySet
(AbstractDualBidiMap parent) Constructs a new view of the BidiMap. -
Method Summary
Methods inherited from class org.apache.commons.collections.bidimap.AbstractDualBidiMap.View
clear, removeAll, retainAll
Methods inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
add, addAll, contains, containsAll, equals, getCollection, hashCode, isEmpty, 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, toArray
-
Constructor Details
-
EntrySet
Constructs a new view of the BidiMap.- Parameters:
parent
- the parent BidiMap
-
-
Method Details
-
iterator
- Specified by:
iterator
in interfaceCollection
- Specified by:
iterator
in interfaceIterable
- Specified by:
iterator
in interfaceSet
- Overrides:
iterator
in classAbstractCollectionDecorator
-
remove
- Specified by:
remove
in interfaceCollection
- Specified by:
remove
in interfaceSet
- Overrides:
remove
in classAbstractCollectionDecorator
-