Hi everybody,
I can’t use java.util.HashMap it doesn’t work
I need to use this in Java: java.util.Map <String,Interger> maMap = new java.util.HashMap<String,Interger>();
==> error: cannot find symbol
How should I do?
Thank you very much.
Hi everybody,
I can’t use java.util.HashMap it doesn’t work
I need to use this in Java: java.util.Map <String,Interger> maMap = new java.util.HashMap<String,Interger>();
==> error: cannot find symbol
How should I do?
Thank you very much.
Do not confuse Integer and Interger
Intergers can be extremely useful when you run out of Integers !