| Changed Methods |
ImmutableSetMultimap<K, V> asMultimap()
|
Change from non-final to final.
|
Returns a multimap view of the map. |
ImmutableSet<Entry<K, V>> entrySet()
|
Changed from non-abstract to abstract.
|
Returns an immutable set of the mappings in this map. |
boolean isEmpty()
|
Change from non-final to final.
|
|
ImmutableSet<K> keySet()
|
Changed from non-abstract to abstract.
|
Returns an immutable set of the keys in this map, in the same order that they appear in .entrySet. |
ImmutableCollection<V> values()
|
Changed from non-abstract to abstract.
|
Returns an immutable collection of the values in this map, in the same order that they appear
in .entrySet. |