| Changed Methods |
boolean containsKey(Object)
|
Change in signature from java.lang.Object to Object.
|
|
boolean containsValue(Object)
|
Change in signature from java.lang.Object to Object.
|
Returns {@code true} if this BiMap contains an entry whose value is equal to {@code value} (or,
equivalently, if this inverse view contains a key that is equal to {@code value}). |
V forcePut(K, extends, Object, V, extends, Object)
|
Change in return type from (V extends Object) to V.
|
|
V get(Object)
|
Change in return type from (V extends Object) to V.
Change in signature from java.lang.Object to Object.
|
|
V put(K, extends, Object, V, extends, Object)
|
Change in return type from (V extends Object) to V.
|
|
V remove(Object)
|
Change in return type from (V extends Object) to V.
Change in signature from java.lang.Object to Object.
|
|