How to use a java.util List?!

Hi everybody,

I can’t use java.util.HashMap it doesn’t work :frowning:
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 :wink:

5 Likes

1 Like

Intergers can be extremely useful when you run out of Integers !

2 Likes