import java.util.List; public interface ScoreBord { public void sort(List studenten, int max); }