Closed GoogleCodeExporter closed 9 years ago
If you need something like Map<String, String> map = of("key1", "value1",
"key2", "value2");
You can look at
[http://guava-libraries.googlecode.com/svn/trunk/javadoc/com/google/common/colle
ct/ImmutableMap.htmlImmutableMap]
Original comment by amer...@gmail.com
on 28 Oct 2010 at 2:29
Isn't `ImmutableMap.<Integer, String>builder().put(2, "foo").put(37,
"bar").build()` enough?
Original comment by j...@nwsnet.de
on 28 Oct 2010 at 4:08
This report is too vague to take action on.
Original comment by kevinb@google.com
on 18 Jul 2011 at 3:35
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
Original comment by cgdecker@google.com
on 3 Nov 2014 at 9:09
Original issue reported on code.google.com by
davidkar...@gmail.com
on 28 Oct 2010 at 11:57