In Java, can a final field be initialized from a constructor helper?

后端 未结 0 371
你的背包
你的背包 2021-02-11 13:15

I have a final non-static member:

private final HashMap myMap;

I would like to initialize it using a method called by the

相关标签:
回答
  • 消灭零回复
提交回复
热议问题