Generated by
JDiff

Class com.google.common.collect.ImmutableRangeMap

Changed Methods
ImmutableRangeMap<K, V> copyOf(RangeMap<K, ?, extends, V>) Change from final to non-final.
 
ImmutableRangeMap<K, V> of() Change from final to non-final.
Returns an empty immutable range map.
ImmutableRangeMap<K, V> of(Range<K>, V) Change from final to non-final.
Returns an immutable range map mapping a single range to a single value.