Class AbstractInputCheckedMapDecorator.EntrySet
java.lang.Object
org.apache.commons.collections.collection.AbstractCollectionDecorator
org.apache.commons.collections.set.AbstractSetDecorator
org.apache.commons.collections.map.AbstractInputCheckedMapDecorator.EntrySet
- All Implemented Interfaces:
Iterable
,Collection
,Set
- Enclosing class:
- AbstractInputCheckedMapDecorator
Implementation of an entry set that checks additions via setValue.
-
Field Summary
FieldsFields inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
collection
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
EntrySet
(Set set, AbstractInputCheckedMapDecorator parent) -
Method Summary
Methods inherited from class org.apache.commons.collections.set.AbstractSetDecorator
getSet
Methods inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
add, addAll, clear, contains, containsAll, equals, getCollection, hashCode, isEmpty, remove, removeAll, retainAll, size, 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
-
parent
The parent map
-
-
Constructor Details
-
EntrySet
-
-
Method Details
-
iterator
- Specified by:
iterator
in interfaceCollection
- Specified by:
iterator
in interfaceIterable
- Specified by:
iterator
in interfaceSet
- Overrides:
iterator
in classAbstractCollectionDecorator
-
toArray
- Specified by:
toArray
in interfaceCollection
- Specified by:
toArray
in interfaceSet
- Overrides:
toArray
in classAbstractCollectionDecorator
-
toArray
- Specified by:
toArray
in interfaceCollection
- Specified by:
toArray
in interfaceSet
- Overrides:
toArray
in classAbstractCollectionDecorator
-