Generated by
JDiff

Class com.google.common.collect.ForwardingMap

Changed Methods
Set<Entry<K, V>> standardEntrySet(Supplier<Iterator<Entry<K, V>>>) Now deprecated.
Use {@code StandardEntrySet} instead.
Set<K> standardKeySet() Now deprecated.
Use the {@code StandardKeySet} constructor instead.
Collection<V> standardValues() Now deprecated.
Use the {@code StandardValues} constructor instead.