Closed
Description
Affects: 6.0
As discussed with @sdeleuze, it would be useful for native images if CollectionFactory
could create instances of well-known non-interface collection types without using reflection. Aligning with the types that the factory creates for different interfaces, these well-known implementations could be LinkedHashSet
, TreeSet
, and ArrayList
. Similar changes could be made for map creation as well.