DaveAKing / guava-libraries

Automatically exported from code.google.com/p/guava-libraries
Apache License 2.0
0 stars 0 forks source link

Multimaps.putAllImpl #1429

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Maybe. And even then, probably only as a package-private helper.

Possible users:

AbstractMultimap.putAll
MapConstraints.ConstrainedMultimap.putAll
StandardBiMultimap.putAll (Google-internal and not in common.collect)

Related: Is there anything else from AbstractMultimap that we'd want to use 
elsewhere? containsValue? size, newly implemented atop asMap?

Original issue reported on code.google.com by cpov...@google.com on 24 May 2013 at 7:06

GoogleCodeExporter commented 9 years ago
Would this be the putAll(K, Iterable) variant, the putAll(Multimap) variant, or 
both?

Original comment by lowas...@google.com on 24 May 2013 at 11:38

GoogleCodeExporter commented 9 years ago
I think I'd meant the Multimap variant, but both are possibilities.

Anyway, I don't intend to look into this in any detail anytime soon.

Original comment by cpov...@google.com on 11 Jun 2013 at 10:01

GoogleCodeExporter commented 9 years ago
This issue has been migrated to GitHub.

It can be found at https://github.com/google/guava/issues/<issue id>

Original comment by cgdecker@google.com on 1 Nov 2014 at 4:12

GoogleCodeExporter commented 9 years ago

Original comment by cgdecker@google.com on 1 Nov 2014 at 4:17

GoogleCodeExporter commented 9 years ago

Original comment by cgdecker@google.com on 3 Nov 2014 at 9:08