NB everything that is a type parameter in some gen...
# language-proposals
d
NB everything that is a type parameter in some generic class will be boxed. That's how things work on JVM (at least until Valhalla). If you need some specialized collections, you can use, for example, GNU Trove (http://trove4j.sourceforge.net/html/overview.html)