{@inheritDoc} @exception IllegalStateException if this set is currently locked
()
| 165 | * @exception IllegalStateException if this set is currently locked |
| 166 | */ |
| 167 | @Override |
| 168 | public void clear() { |
| 169 | |
| 170 | checkLocked(); |
| 171 | super.clear(); |
| 172 | |
| 173 | } |
| 174 | |
| 175 | |
| 176 | /** |
nothing calls this directly
no test coverage detected