Changed Classes |
ArrayListMultimap
|
Implementation of {@code Multimap} that uses an {@code ArrayList} to store the values for a given
key. |
HashMultimap
|
Implementation of Multimap using hash tables. |
ImmutableMultiset
|
A Multiset whose contents will never change, with many other important properties
detailed at ImmutableCollection. |
LinkedHashMultimap
|
Implementation of {@code Multimap} that does not allow duplicate key-value entries and that
returns collections whose iterators follow the ordering in which the data was added to the
multimap. |
Range
|
A range (or "interval") defines the boundaries around a contiguous span of values of some
{@code Comparable} type; for example, "integers from 1 to 100 inclusive." Note that it is not
possible to iterate over these contained values. |
Sets.SetView
|
An unmodifiable view of a set which may be backed by other sets; this view will change as the
backing sets do. |