Class AbstractInputCheckedMapDecorator.EntrySet
java.lang.Object
org.apache.commons.collections4.collection.AbstractCollectionDecorator<Map.Entry<K,V>>
org.apache.commons.collections4.set.AbstractSetDecorator<Map.Entry<K,V>>
org.apache.commons.collections4.map.AbstractInputCheckedMapDecorator.EntrySet
- All Implemented Interfaces:
Serializable,Iterable<Map.Entry<K,,V>> Collection<Map.Entry<K,,V>> Set<Map.Entry<K,V>>
- Enclosing class:
AbstractInputCheckedMapDecorator<K,V>
private class AbstractInputCheckedMapDecorator.EntrySet
extends AbstractSetDecorator<Map.Entry<K,V>>
Implementation of an entry set that checks additions via setValue.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final AbstractInputCheckedMapDecorator<K, V> The parent mapprivate static final longGenerated serial version ID. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.commons.collections4.set.AbstractSetDecorator
decorated, equals, hashCodeMethods inherited from class org.apache.commons.collections4.collection.AbstractCollectionDecorator
add, addAll, clear, contains, containsAll, isEmpty, remove, removeAll, removeIf, retainAll, setCollection, size, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDGenerated serial version ID.- See Also:
-
parent
The parent map
-
-
Constructor Details
-
EntrySet
-
-
Method Details
-
iterator
-
toArray
-
toArray
public <T> T[] toArray(T[] array)
-