Class MapProxy.CheckedMapEntrySet<A,B>

java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractSet<Map.Entry<A,B>>
eu.bandm.tools.umod.runtime.MapProxy.CheckedMapEntrySet<A,B>
All Implemented Interfaces:
Iterable<Map.Entry<A,B>>, Collection<Map.Entry<A,B>>, Set<Map.Entry<A,B>>
Enclosing class:
MapProxy<D,R>

protected static class MapProxy.CheckedMapEntrySet<A,B> extends AbstractSet<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