I would like to know why Dimensions
are required when using the following code:
Map<char, int> mapacontador = new HashMap <char, int> ();
The error message I get is:
:Syntax error, insert "Dimensions" to complete TypeArgument.
I would like to know why Dimensions
are required when using the following code:
Map<char, int> mapacontador = new HashMap <char, int> ();
The error message I get is:
:Syntax error, insert "Dimensions" to complete TypeArgument.