(indexPath: RowIndexPath, element: HTMLDivElement)
| 403 | } |
| 404 | |
| 405 | public set(indexPath: RowIndexPath, element: HTMLDivElement) { |
| 406 | this.map.set(this.getIndexPathKey(indexPath), element) |
| 407 | } |
| 408 | |
| 409 | public delete(indexPath: RowIndexPath) { |
| 410 | this.map.delete(this.getIndexPathKey(indexPath)) |
no test coverage detected