kucci / guava-libraries

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

MapSplitter #467

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
the splitter will do something like:
Map<String,String> myMap = 
Splitter.on(",").keyValueSeparator("=").split("k1=v1,k2=v2");

see also 
http://stackoverflow.com/questions/4095262/is-there-a-string-to-map-splitter-in-
google-collections

Original issue reported on code.google.com by yael.oha...@gmail.com on 4 Nov 2010 at 5:38

GoogleCodeExporter commented 9 years ago
We started work on that once but didn't finish. Thanks for the reminder.

Original comment by kevinb@google.com on 12 Jan 2011 at 11:12

GoogleCodeExporter commented 9 years ago

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

GoogleCodeExporter commented 9 years ago

Original comment by kevinb@google.com on 16 Jul 2011 at 8:39

GoogleCodeExporter commented 9 years ago
This will be fixed in R10.

Original comment by fry@google.com on 28 Jul 2011 at 5:44

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