mengdiwang / guava-libraries

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

EnumMutimap #491

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Even though there is EnumMutiSet implementation is no implementation for 
EnumMultiMap.Check this stackoverflow question for one of the use cases.

http://stackoverflow.com/questions/4343748/java-data-structure/4344035#4344035

Original issue reported on code.google.com by emilcha...@gmail.com on 3 Dec 2010 at 11:10

GoogleCodeExporter commented 9 years ago
@Emil: I have updated the answer to work around this problem.

The Multimaps.newXXXMultimap methods let you pass in a map, which can of course 
be an EnumMap. Given that, I don't think a specific EnumMultimap is necessary.

Original comment by SeanPFl...@googlemail.com on 3 Dec 2010 at 3:53

GoogleCodeExporter commented 9 years ago
@seanizer: Your right.I have used Multimaps.newXXXMultimap but I didn't think 
that we could pass EnumMap.

Original comment by emilcha...@gmail.com on 3 Dec 2010 at 4:47

GoogleCodeExporter commented 9 years ago

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

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