-
Type:
Enhancement
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: None
-
Component/s: core-libs
Current implementations of the empty static factories (Map.of(), ...) delegate to static methods in java.util.ImmutableCollections. This indirection isn't really useful and adds a very small startup cost.