Generated by
JDiff

Interface com.google.common.collect.SortedSetMultimap

Changed Methods
SortedSet<V> removeAll(Object) Change in signature from java.lang.Object to Object.
Removes all values associated with a given key.
Comparator valueComparator() Change in return type from (Comparator<? super V>) to Comparator.
Returns the comparator that orders the multimap values, with {@code null} indicating that natural ordering is used.