Closed GoogleCodeExporter closed 9 years ago
Unfortunately, Java generics have some gigantic warts, and you've bumped into
one of
them.
Your only alternative is
Multimaps.synchronizedMultimap(HashMultimap.<Integer, Integer>create())
Original comment by kevin...@gmail.com
on 17 Aug 2009 at 9:59
Original issue reported on code.google.com by
senthilv...@gmail.com
on 17 Aug 2009 at 9:54