Generated by
JDiff

Class com.google.common.collect.HashBiMap

The superclass changed from com.google.common.collect.Maps.IteratorBasedAbstractMap to java.util.AbstractMap.

Removed Methods
void forEach(BiConsumer<?, super, K, ?, super, V>)  
void replaceAll(BiFunction<?, super, K, ?, super, V, ?, extends, V>)  
 

Added Methods
(Set<Entry<K, V>>entrySet()  
 

Changed Methods
boolean containsKey(Object) Change in signature from Object to java.lang.Object.
 
boolean containsValue(Object) Change in signature from Object to java.lang.Object.
 
V get(Object) Change in signature from Object to java.lang.Object.
 
V remove(Object) Change in signature from Object to java.lang.Object.