-
Enhancement
-
Resolution: Fixed
-
P4
-
jfx19
-
b03
Reported on behalf of Glavo ( https://mail.openjdk.org/pipermail/openjfx-dev/2023-February/038362.html ):
List.of is cleaner, and can slightly reduce the memory footprint for lists of one or two elements.
Because List.of can only store non-null elements, I have only replaced a few usage.
List.of is cleaner, and can slightly reduce the memory footprint for lists of one or two elements.
Because List.of can only store non-null elements, I have only replaced a few usage.