|
Generated by JDiff |
||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS |
Removed Methods | |
V remove(Object ) |
Guaranteed to throw an exception and leave the map unmodified. |
boolean remove(Object, |
Guaranteed to throw an exception and leave the map unmodified. |
Added Methods | |
V remove(Object ) |
Guaranteed to throw an exception and leave the map unmodified. |
boolean remove(Object, |
Guaranteed to throw an exception and leave the map unmodified. |
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 . |
|
boolean equals(Object ) |
Change in signature from java.lang.Object to Object . |
|
V get(Object ) |
Change in signature from java.lang.Object to Object . |
|
V getOrDefault(Object, |
Change in signature from (java.lang.Object, V ) to (Object, V ). |
@since 21.0 (but only since 23.5 in the Android flavor). |
|
|||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES |