Generated by
JDiff

Interface com.google.common.collect.RangeMap

Changed Methods
boolean equals(Object) Change in signature from Object to java.lang.Object.
Returns {@code true} if {@code obj} is another {@code RangeMap} that has an equivalent .asMapOfRanges().
Entry<Range<K>, V> getEntry(K extends Comparable) Change in return type from Entry to (Entry<Range<K>, V>).
Returns the range containing this key and its associated value, if such a range is present in the range map, or {@code null} otherwise.