(Collection<? extends E> collection)
| 119 | } |
| 120 | |
| 121 | @Override |
| 122 | @CanIgnoreReturnValue |
| 123 | public boolean addAll(Collection<? extends E> collection) { |
| 124 | return standardAddAll(collection); |
| 125 | } |
| 126 | |
| 127 | @Override |
| 128 | public boolean contains(Object object) { |
nothing calls this directly
no test coverage detected