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