Generated by
JDiff

Class com.google.common.collect.ForwardingSortedMap

Changed Methods
Comparator comparator() Change in return type from (Comparator<? super K>) to Comparator.
 
boolean standardContainsKey(Object) Change in signature from java.lang.Object to Object.
A sensible definition of .containsKey in terms of the {@code firstKey()} method of .tailMap.