Generated by
JDiff

Package com.google.common.collect

Changed Classes
ForwardingSetMultimap A set multimap which forwards all its method calls to another set multimap.
ForwardingSortedMultiset.
StandardDescendingMultiset
A skeleton implementation of a descending multiset view.
HashBasedTable Implementation of Table using linked hash tables.
ImmutableBiMap A BiMap whose contents will never change, with many other important properties detailed at ImmutableCollection.
ImmutableList A List whose contents will never change, with many other important properties detailed at ImmutableCollection.
ImmutableListMultimap A ListMultimap whose contents will never change, with many other important properties detailed at ImmutableCollection.
ImmutableMap A Map whose contents will never change, with many other important properties detailed at ImmutableCollection.
ImmutableMultimap A Multimap whose contents will never change, with many other important properties detailed at ImmutableCollection.
ImmutableMultiset A Multiset whose contents will never change, with many other important properties detailed at ImmutableCollection.
ImmutableRangeMap A RangeMap whose contents will never change, with many other important properties detailed at ImmutableCollection.
ImmutableSetMultimap A SetMultimap whose contents will never change, with many other important properties detailed at ImmutableCollection.
ImmutableSortedMap A NavigableMap whose contents will never change, with many other important properties detailed at ImmutableCollection.
ImmutableSortedMultiset A SortedMultiset whose contents will never change, with many other important properties detailed at ImmutableCollection.
ImmutableSortedSet A NavigableSet whose contents will never change, with many other important properties detailed at ImmutableCollection.
ImmutableTable A Table whose contents will never change, with many other important properties detailed at ImmutableCollection.
Interners.InternerBuilder Builder for Interner instances.
LinkedListMultimap An implementation of {@code ListMultimap} that supports deterministic iteration order for both keys and values.
TreeBasedTable Implementation of {@code Table} whose row keys and column keys are ordered by their natural ordering or by supplied comparators.
TreeMultimap Implementation of {@code Multimap} whose keys and values are ordered by their natural ordering or by supplied comparators.
TreeTraverser Views elements of a type {@code T} as nodes in a tree, and provides methods to traverse the trees induced by this traverser.