Changed Methods |
Map<K, Collection<V>> asMap()
|
Changed from non-abstract to abstract.
|
{@inheritDoc}
|
Set<Entry<K, V>> entries()
|
Changed from non-abstract to abstract.
|
{@inheritDoc}
|
boolean equals(Object )
|
Changed from non-abstract to abstract.
|
Compares the specified object to this multimap for equality. |
Set<V> get(K )
|
Changed from non-abstract to abstract.
|
{@inheritDoc}
|
Set<V> removeAll(Object )
|
Changed from non-abstract to abstract.
|
{@inheritDoc}
|
Set<V> replaceValues(K, Iterable<?, extends, V>)
|
Changed from non-abstract to abstract.
|
{@inheritDoc}
|