Generated by
JDiff

Class com.google.common.collect.ForwardingSortedSet

Changed Methods
boolean standardContains(Object) Change in signature from Object to java.lang.Object.
A sensible definition of .contains in terms of the {@code first()} method of .tailSet.
boolean standardRemove(Object) Change in signature from Object to java.lang.Object.
A sensible definition of .remove in terms of the {@code iterator()} method of .tailSet.