JDK-8226726 : Map.remove(Object key, Object value) should be marked as optional operation
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.util:collections
  • Affected Version: 14
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • Submitted: 2019-06-20
  • Updated: 2019-06-25
  • Resolved: 2019-06-25
Related Reports
Duplicate :  
Description
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)



Comments
I've merged this report into JDK-8159527. Closing as Duplicate.
25-06-2019