Generated by
JDiff

Interface com.google.common.collect.BiMap

Changed Methods
V forcePut(K, extends, Object, V, extends, Object) Change in return type from (V extends Object) to V.
An alternate form of {@code put} that silently removes any existing entry with the value {@code value} before proceeding with the .put operation.
V put(K, extends, Object, V, extends, Object) Change in return type from (V extends Object) to V.
{@inheritDoc}