0
Char type as a Value in HashMap
please, can I not have a Char variable type as my value type in an hashMap This is the code I tried; HashMap<String, char> grade = new <String, char>(); But the IDE suggests that i insert dimension and i don't what dimension its talking about
1 Antwort
+ 4
Can you post your code sample so that we can help you debug it?