RichieZ
Diamond Member
I want to have a hashmap that has a key that is a string and a value that is a double. But it won't let me put it in.
heres a snippet of code:
TFIDF.putKey(cKey, score);
and the error i get is:
The method putKey(Object, double) is undefined for the type HashMap
arg, any help is appreciated
heres a snippet of code:
TFIDF.putKey(cKey, score);
and the error i get is:
The method putKey(Object, double) is undefined for the type HashMap
arg, any help is appreciated