public set sorter(sorter: Sorter<TEntry> | undefined) {
        this.inputSorter = sorter;

        this.currentSorter = this.convertSorterToFunctionSorter(sorter);