我有这段代码:
booleans.put(varToSet, choiceResponse);
并抛出NullPointerException。它显示的错误是:
Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
at com.salsagames.prometheus.code.Compiler$2.either(Compiler.java:120)
at com.salsagames.prometheus.code.message.YesNo.lambda$new$2(YesNo.java:73)
at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:252)
我使用的两个变量是:
varToSet
测试
choiceResponse
true
我正在使用Map的正确类型(String in,Boolean out)。
我的地图需要声明为new HashMap<>()