public class CheckedMap_R<D,R> extends MapProxy<D,R> implements Map_checkedRight<D,R>
MapProxy.CheckedMapEntry<A,B>, MapProxy.CheckedMapEntryIterator<A,B>, MapProxy.CheckedMapEntrySet<A,B>, MapProxy.implementations
Constructor and Description |
---|
CheckedMap_R() |
CheckedMap_R(Map<D,R> peer) |
CheckedMap_R(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, values
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
public CheckedMap_R()
public CheckedMap_R(MapProxy.implementations implementation)
see also the complete user documentation .