Generated by
JDiff

Class com.google.common.collect.Maps

Changed Methods
Entry<K, V> immutableEntry(K, extends, Object, V, extends, Object) Change in signature from (K, V) to (K extends Object, V extends Object).
Returns an immutable map entry with the specified key and value.
TreeMap<K, V> newTreeMap(Comparator<C>) Change in signature from Comparator to Comparator<C>.
Creates a mutable, empty {@code TreeMap} instance using the given comparator.