Closed GoogleCodeExporter closed 9 years ago
ArrayListMultimap implements ListMultimap and does not implement MyMultimap. If
you want to be able to do something like this, you'll need to do something like
create an implementation of MyMultimap that extends ForwardingListMultimap and
then create it using an ArrayListMultimap as the delegate (or make MyMultimap a
class that extends ForwardingListMultimap itself).
Questions like this should be asked on StackOverflow
(http://stackoverflow.com/questions/ask) rather than here.
Original comment by cgdec...@gmail.com
on 12 Jul 2011 at 12:01
ok. merci.
Original comment by adrianul...@gmail.com
on 12 Jul 2011 at 12:13
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
adrianul...@gmail.com
on 12 Jul 2011 at 8:43