if (cell.next) {
            cell.next.prev = cell.prev;
        } else {
            this._tail = cell.prev;
        }