()
| 341 | } |
| 342 | |
| 343 | @Override |
| 344 | public void clear() { |
| 345 | Map<C, V> backingRowMap = backingRowMap(); |
| 346 | if (backingRowMap != null) { |
| 347 | backingRowMap.clear(); |
| 348 | } |
| 349 | maintainEmptyInvariant(); |
| 350 | } |
| 351 | |
| 352 | @Override |
| 353 | public int size() { |
nothing calls this directly
no test coverage detected