DEV Community

Discussion on: A small piece of code which is going to inspire you to try out Kotlin

Collapse
 
florianschaetz profile image
(((Florian Schätz)))

Java 9 will also have some nice factory methods, so you will probably be able to write something like...

Map map = Map.of("aaa", List.of(32) );