(Collection<? extends Document> c)
| 234 | } |
| 235 | |
| 236 | @Override |
| 237 | public boolean addAll(Collection<? extends Document> c) { |
| 238 | return supportList.addAll(c); |
| 239 | } |
| 240 | |
| 241 | @Override |
| 242 | public boolean addAll(int index, Collection<? extends Document> c) { |
no outgoing calls