Generated by
JDiff

Package com.google.common.collect

Removed Classes
SortedMaps Static utility methods pertaining to SortedMap instances.
 

Added Classes
AbstractSequentialIterator This class provides a skeletal implementation of the {@code Iterator} interface for sequences whose next element can always be derived from the previous element.
FluentIterable {@code FluentIterable} provides a rich interface for manipulating {@code Iterable}s in a chained fashion.
ForwardingDeque A deque which forwards all its method calls to another deque.
ForwardingNavigableMap A navigable map which forwards all its method calls to another navigable map.
ForwardingNavigableMap.
StandardDescendingMap
A sensible implementation of NavigableMap.descendingMap in terms of the methods of this {@code NavigableMap}.
ForwardingNavigableMap.
StandardNavigableKeySet
A sensible implementation of NavigableMap.navigableKeySet in terms of the methods of this {@code NavigableMap}.
ForwardingNavigableSet A navigable set which forwards all its method calls to another navigable set.
ForwardingNavigableSet.
StandardDescendingSet
A sensible implementation of NavigableSet.descendingSet in terms of the other methods of NavigableSet, notably including NavigableSet.descendingIterator.
ImmutableSortedMultiset An immutable {@code SortedMultiset} that stores its elements in a sorted array.
ImmutableSortedMultiset.
Builder
A builder for creating immutable multiset instances, especially {@code public static final} multisets ("constant multisets").
 

Changed Classes
AbstractLinkedIterator This class provides a skeletal implementation of the {@code Iterator} interface for sequences whose next element can always be derived from the previous element.
Collections2 Provides static methods for working with {@code Collection} instances.
ComparisonChain A utility for performing a "lazy" chained comparison statement, which performs comparisons only until it finds a nonzero result.
ContiguousSet A sorted set of contiguous values in a given DiscreteDomain.
ForwardingSet A set which forwards all its method calls to another set.
ImmutableBiMap An immutable BiMap with reliable user-specified iteration order.
ImmutableList A high-performance, immutable, random-access {@code List} implementation.
ImmutableMap An immutable, hash-based Map with reliable user-specified iteration order.
ImmutableMultiset An immutable hash-based multiset.
ImmutableSortedMap An immutable SortedMap.
ImmutableSortedSet An immutable {@code SortedSet} that stores its elements in a sorted array.
Iterables This class contains static utility methods that operate on or return objects of type {@code Iterable}.
Iterators This class contains static utility methods that operate on or return objects of type Iterator.
Lists Static utility methods pertaining to List instances.
Maps Static utility methods pertaining to Map instances (including instances of SortedMap, BiMap, etc.).
Multimaps Provides static methods acting on or generating a {@code Multimap}.
Queues Static utility methods pertaining to Queue and Deque instances.
Sets Static utility methods pertaining to Set instances.