{@inheritDoc} @exception IllegalStateException if this map is currently locked
()
| 150 | * @exception IllegalStateException if this map is currently locked |
| 151 | */ |
| 152 | @Override |
| 153 | public void clear() { |
| 154 | checkLocked(); |
| 155 | delegatedMap.clear(); |
| 156 | } |
| 157 | |
| 158 | |
| 159 | /** |
nothing calls this directly
no test coverage detected