I want to specify this type:
Map<String,Map<String,String>> blah = null;
But Eclipse refuses this. I am not sure if it is Eclipse or the Java parser.
I had similar issues when trying to write my own java parser at study times: ">>" was regarded as the shift operator.
What's going on here?
Edit: java works for this.
