Join Slack
Communities
Powered by
1. If something is a type parameter, it will quite...
# announcements
d
dmitry.petrov
03/14/2016, 7:27 AM
1. If something is a type parameter, it will quite likely involve heap allocation for related data. E.g.,
List<Double>
is compiled to a
List<java.lang.Double>
Open in Slack
Previous
Next