public class CheckedMap_RD<D,R> extends MapProxy<D,R> implements Map_checkedLeft<D,R>, Map_checkedRight<D,R>
MapProxy.CheckedMapEntry<A,B>, MapProxy.CheckedMapEntryIterator<A,B>, MapProxy.CheckedMapEntrySet<A,B>, MapProxy.implementations| Constructor and Description |
|---|
CheckedMap_RD() |
CheckedMap_RD(Map<D,R> peer) |
CheckedMap_RD(MapProxy.implementations implementation) |
| Modifier and Type | Method and Description |
|---|---|
Set<Map.Entry<D,R>> |
entrySet()
Needs special implementation of entrySet, Iterator and Map.Entry for
prohibiting "setValue(null)"!
|
R |
put(D key,
R value) |
void |
putAll(Map<? extends D,? extends R> t) |
asSorted, clear, containsKey, containsValue, equals, get, hashCode, isEmpty, keySet, remove, size, toString, valuesclone, finalize, getClass, notify, notifyAll, wait, wait, waitclear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuessee also the complete user documentation .