Duplicate :
|
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)
|