public class CheckedMap_D<D,R> extends MapProxy<D,R> implements Map_checkedLeft<D,R>
MapProxy.CheckedMapEntry<A,B>, MapProxy.CheckedMapEntryIterator<A,B>, MapProxy.CheckedMapEntrySet<A,B>, MapProxy.implementations
Constructor and Description |
---|
CheckedMap_D() |
CheckedMap_D(Map<D,R> peer) |
CheckedMap_D(MapProxy.implementations implementation) |
Modifier and Type | Method and Description |
---|---|
R |
put(D key,
R value) |
void |
putAll(Map<? extends D,? extends R> t) |
asSorted, clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, remove, size, toString, values
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
public CheckedMap_D()
public CheckedMap_D(MapProxy.implementations implementation)
see also the complete user documentation .