I can declare an array of maps using generics to specify the map type:
private Map[] myMaps;
However, I can\'t figur
I had a similar question, best response I got referred to this