| Changed Methods |
int add(E, int)
|
Change from non-final to final.
|
Guaranteed to throw an exception and leave the collection unmodified. |
int remove(Object, int)
|
Change from non-final to final.
|
Guaranteed to throw an exception and leave the collection unmodified. |
boolean setCount(E, int, int)
|
Change from non-final to final.
|
Guaranteed to throw an exception and leave the collection unmodified. |
int setCount(E, int)
|
Change from non-final to final.
|
Guaranteed to throw an exception and leave the collection unmodified. |