-
Type:
Enhancement
-
Resolution: Unresolved
-
Priority:
P4
-
None
-
Affects Version/s: None
-
Component/s: core-libs
-
None
TreeMap.get() has two paths for cases when comparator is null and non-null. These can be merged into one using `Comparator.naturalOrder()` for the case TreeMap.comparator is null.
- links to
-
Review
openjdk/jdk/9901