yangxu998 / guava-libraries

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

Support iterables of map entries in MapJoiner #644

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This is primarily to allow a MapJoiner to join the entries of a Multimap. This 
could be useful for building the query part of a URL, for example.

Original issue reported on code.google.com by cgdec...@gmail.com on 11 Jun 2011 at 10:53

Attachments:

GoogleCodeExporter commented 9 years ago
+1

Any other things that currently accept only Map but should accept Multimaps too 
that you are aware of, let us know.  I think using Iterable<Entry> as the 
common denominator between them is a reasonable plan.

Will check out your patch soon.

Original comment by kevinb@google.com on 13 Jul 2011 at 6:44

GoogleCodeExporter commented 9 years ago

Original comment by kevinb@google.com on 13 Jul 2011 at 7:00

GoogleCodeExporter commented 9 years ago

Original comment by cpov...@google.com on 29 Jul 2011 at 1:50

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

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

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

GoogleCodeExporter commented 9 years ago

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