Class ComparatorSelectionSorter<Solution_,​T>

  • Type Parameters:
    Solution_ - the solution type, the class with the PlanningSolution annotation
    T - the selection type
    All Implemented Interfaces:
    SelectionSorter<Solution_,​T>

    public class ComparatorSelectionSorter<Solution_,​T>
    extends Object
    implements SelectionSorter<Solution_,​T>
    Sorts a selection List based on a Comparator.