Generated by
JDiff

Interface com.google.common.collect.SortedSetMultimap

Changed Methods
SortedSet<V> get(K extends Object) Change in signature from K to (K extends Object).
Returns a collection view of all values associated with a key.
SortedSet<V> removeAll(Object) Change in signature from Object to java.lang.Object.
Removes all values associated with a given key.
SortedSet<V> replaceValues(K, extends, Object, Iterable<?, extends, V>) Change in signature from (K, Iterable<? extends V>) to (K extends Object, Iterable<? extends V>).
Stores a collection of values with the same key, replacing any existing values for that key.