How to iterate through google multimap

I have to iterate through google multimap. But

  1. I am using jdk 1.4 and can't switch to higher version. So i can not use generic features.
  2. My multimap can have multiple values for a key.
  3. There might be a situation when a value of multimap is multimap in itself
23
задан Amit Kumar Gupta 15 October 2010 в 07:23
поделиться