Java 8: HashMap initialization with lambda expressions

前端 未结 3 1972
情话喂你
情话喂你 2021-02-13 06:35

I\'m trying to declare and define larger hash map at once. This is how I do it:

public HashMap> opcode_only = new HashMap&l         


        
3条回答
  •  面向向阳花
    2021-02-13 07:24

    As far as I know Netbeans 7.4 fully supports Java 8. I had Problems with eclipse (atm it's not supporting java8 so it's just able to compile the old Lambda expressions of 7), that's why i switched to Netbeans. If you've installed an earlier Version of Netbeans please make sure to FULLY uninstall it to make sure the newer one isn't able to refer to old Logfiles etc.

提交回复
热议问题