Generated by
JDiff

Class com.google.common.collect.ImmutableRangeMap

Removed Methods
void merge(Range<K>, V, BiFunction<?, super, V, ?, super, V, ?, extends, V>) Guaranteed to throw an exception and leave the {@code RangeMap} unmodified.
(Collector<T, ?, ImmutableRangeMap<K, V>>toImmutableRangeMap(Function<?, super, T, Range<K>>, Function<?, super, T, ?, extends, V>) Returns a {@code Collector} that accumulates the input elements into a new {@code ImmutableRangeMap}.
 

Changed Methods
boolean equals(Object) Change in signature from Object to java.lang.Object.
 
Entry<Range<K>, V> getEntry(K extends Comparable<?>) Change in return type from Entry to (Entry<Range<K>, V>).