Why aren’t you using ArrayListMultimap.create() for such a simple case? It’s the default way to create the simple HashMap/ArrayList that is probably the most common used multimap.
Why aren’t you using ArrayListMultimap.create() for such a simple case? It’s the default way to create the simple HashMap/ArrayList that is probably the most common used multimap.