Generated by
JDiff

Package com.google.common.collect

Changed Classes and Interfaces
ForwardingMap.StandardEntrySet A sensible implementation of Map.entrySet in terms of the following methods: ForwardingMap.clear, ForwardingMap.containsKey, ForwardingMap.get, ForwardingMap.isEmpty, ForwardingMap.remove, and ForwardingMap.size.
ImmutableRangeMap A RangeMap whose contents will never change, with many other important properties detailed at ImmutableCollection.
LinkedListMultimap An implementation of {@code ListMultimap} that supports deterministic iteration order for both keys and values.
MutableClassToInstanceMap A mutable class-to-instance map backed by an arbitrary user-provided map.
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.