I didn\'t find such a multimap construction... When I want to do this, I iterate over the map, and populate the multimap. Is there an other way?
final Map<
UPDATE: For what you're asking, I think you're going to need to fall back to Multimap.putAll.