Class ComparatorSelectionSorter<Solution_,T>

java.lang.Object
org.optaplanner.core.impl.heuristic.selector.common.decorator.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 final class ComparatorSelectionSorter<Solution_,T> extends Object implements SelectionSorter<Solution_,T>
Sorts a selection List based on a Comparator.