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
-
Constructor Summary
-
Method Summary
Methods inherited from class java.util.AbstractSet
removeAll
Methods inherited from class java.util.AbstractCollection
add, addAll, clear, contains, containsAll, isEmpty, remove, retainAll, 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
-
Field Details
-
peer
-
-
Constructor Details
-
CheckedMapEntrySet
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
iterator
-
size
public int size()
-