| Added Methods |
boolean add(E)
|
Guaranteed to throw an exception and leave the collection unmodified. |
boolean addAll(Collection<? extends E>)
|
Guaranteed to throw an exception and leave the collection unmodified. |
void clear()
|
Guaranteed to throw an exception and leave the collection unmodified. |
boolean remove(Object)
|
Guaranteed to throw an exception and leave the collection unmodified. |
boolean removeAll(Collection<?>)
|
Guaranteed to throw an exception and leave the collection unmodified. |
boolean removeIf(Predicate<? super E>)
|
Guaranteed to throw an exception and leave the collection unmodified. |
boolean retainAll(Collection<?>)
|
Guaranteed to throw an exception and leave the collection unmodified. |