Returns a new, empty Multimap with the specified implementation.
()
| 450 | |
| 451 | |
| 452 | public abstract <K extends K0, V extends V0> Multimap<K, V> build(); |
| 453 | |
| 454 | /** |
| 455 | * Returns a {@code Multimap} with the specified implementation, initialized with the entries of |