(Collection c)
| 14 | public boolean remove(Object o); |
| 15 | public boolean containsAll(Collection c); |
| 16 | public boolean addAll(Collection c); |
| 17 | public boolean retainAll(Collection c); |
| 18 | public boolean removeAll(Collection c); |
| 19 | public void clear(); |
no outgoing calls