-
Bug
-
Resolution: Fixed
-
P4
-
19
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8290103 | 20 | Stuart Marks | P4 | Resolved | Fixed | b06 |
JDK-8291404 | 19.0.2 | Stuart Marks | P4 | Resolved | Fixed | b01 |
JDK-8291247 | 19.0.1 | Stuart Marks | P4 | Resolved | Fixed | b04 |
For the new static factory methods introduced by JDK-8186958, the @param doc for the type parameter K has the wrong wording. It says
K - the type of keys maintained by this map
instead it should say
K - the type of keys maintained by the new map
K - the type of keys maintained by this map
instead it should say
K - the type of keys maintained by the new map
- backported by
-
JDK-8290103 wrong wording in @param doc for HashMap.newHashMap et. al.
- Resolved
-
JDK-8291247 wrong wording in @param doc for HashMap.newHashMap et. al.
- Resolved
-
JDK-8291404 wrong wording in @param doc for HashMap.newHashMap et. al.
- Resolved
- relates to
-
JDK-8186958 Need method to create pre-sized HashMap
- Resolved
-
JDK-8284780 Need methods to create pre-sized HashSet and LinkedHashSet
- Resolved
(2 links to)