Package eu.bandm.tools.umod.runtime
Class MapProxy.CheckedMapEntrySet<A,B>
- All Implemented Interfaces:
Iterable<Map.Entry<A,,B>> Collection<Map.Entry<A,,B>> Set<Map.Entry<A,B>>
putting null as a value (not a key) must also be prevented on the folloing chain:
CheckedMap -> entrySet() -> CheckedMapEntrySet -> iterator() ->
CheckedMapEntryIterator -> next() -> CheckedMapEntry
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.util.AbstractSet
removeAllMethods inherited from class java.util.AbstractCollection
add, addAll, clear, contains, containsAll, isEmpty, remove, retainAll, toArray, toArray, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
-
Field Details
-
peer
-
-
Constructor Details
-
CheckedMapEntrySet
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
iterator
-
size
public int size()
-