Generated by
JDiff

Package com.google.common.collect

Changed Classes and Interfaces
ImmutableRangeMap A RangeMap whose contents will never change, with many other important properties detailed at ImmutableCollection.
RangeMap A mapping from disjoint nonempty ranges to non-null values.
TreeRangeMap An implementation of {@code RangeMap} based on a {@code TreeMap}, supporting all optional operations.