| Removed Methods |
(Map<K, Collection<V>>) asMap()
|
|
boolean containsEntry(Object, Object)
|
|
boolean equals(Object)
|
Compares the specified object to this multimap for equality. |
int hashCode()
|
Returns the hash code for this multimap. |
Set<K> keySet()
|
|
Multiset<K> keys()
|
|
boolean putAll(K, Iterable<?, extends, V>)
|
|
boolean putAll(Multimap<?, extends, K, ?, extends, V>)
|
|
boolean remove(Object, Object)
|
|
String toString()
|
Returns a string representation of the multimap, generated by calling
{@code toString} on the map returned by Multimap.asMap. |