Using a HashMap
in
Programming Questions
•
1 year ago
So far, most everything available to me in Java has been usable in Processing as well, minus HashMaps. For some reason, when I try and create a HashMap, I am given an unexpected token error regarding >. It seems to work well enough for <String,String> but I'm trying to use PVector and color. (HashMap<PVector,color> colorLocs = new HashMap<PVector,color>();). Why is this giving me issues?
Thanks in advance.
1