-
Bug
-
Resolution: Duplicate
-
P4
-
None
-
14
A DESCRIPTION OF THE PROBLEM :
There is already an existing bug for doing this for all methods in java.util:collections,JDK-8159527, but the list of methods is missing Map.remove(Object key, Object value).
Source: https://download.java.net/java/early_access/jdk14/docs/api/java.base/java/util/Map.html#remove(java.lang.Object,java.lang.Object)
There is already an existing bug for doing this for all methods in java.util:collections,
Source: https://download.java.net/java/early_access/jdk14/docs/api/java.base/java/util/Map.html#remove(java.lang.Object,java.lang.Object)
- duplicates
-
JDK-8159527 Collections mutator methods should all be marked as optional operations
- Resolved