package grader.Main; import java.util.Collection; /** * * Sort students by the scores of the final grade. The highest score on top. * Derived from an FMSL opaque type. * * @author * @version * **/ public class FinalGrade { /** Default Constructor **/ public FinalGrade() { } }