V extends Object forcePut(K, extends, Object, V, extends, Object)
|
Change in return type from V to (V extends Object ).
Change in signature from (K, V ) to (K extends Object, V extends Object ).
|
An alternate form of {@code put} that silently removes any existing entry with the value {@code
value} before proceeding with the .put operation. |
V extends Object put(K, extends, Object, V, extends, Object)
|
Change in return type from V to (V extends Object ).
Change in signature from (K, V ) to (K extends Object, V extends Object ).
|
{@inheritDoc}
|