How does one instantiate an array of maps in Java?

后端 未结 8 1248
刺人心
刺人心 2020-11-30 06:34

I can declare an array of maps using generics to specify the map type:

private Map[] myMaps;

However, I can\'t figur

8条回答
提交回复
热议问题