package grader.Main; import java.util.Collection; /** * * Sort students by first name with the first name that comes first alphabetically at the top. * Derived from an FMSL opaque type. * * @author * @version * **/ public class FirstName { /** Default Constructor **/ public FirstName() { } }