Generated by
JDiff

Interface com.google.common.collect.RangeMap

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