import java.util.List; public interface TripleSorter { List sorteer(List list, Evaluator evaluator); }