Generated by
JDiff

Class com.google.common.collect.ImmutableMap

Changed Methods
ImmutableSet<Entry<K, V>> entrySet() Changed from abstract to non-abstract. Returns an immutable set of the mappings in this map.
ImmutableSet<K> keySet() Changed from abstract to non-abstract. Returns an immutable set of the keys in this map.
ImmutableCollection<V> values() Changed from abstract to non-abstract. Returns an immutable collection of the values in this map.